Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sbimochan committed Feb 7, 2019
1 parent 63c637c commit 4e1029e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,15 @@ This was created to find upcoming fiscal last date from input date for Nepal(B.S

The list containing corresponding year and day was manually collected using calender.

> Currently supports date only from 2011 to 2033 A.D
### Installation

```yarn add fiscal-year-nepal```

### Usage

```
```javascript
import fiscalCalculator from 'fiscal-year-nepal';

let upcomingFiscal = fiscalCalculator('2018-7-18');
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fiscal-year-nepal",
"version": "1.0.3",
"version": "1.0.4",
"description": "Upcoming fiscal expire date from given date for Nepal in A.D",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit 4e1029e

Please sign in to comment.