Skip to content

Commit

Permalink
doc(README.md) documentation updated
Browse files Browse the repository at this point in the history
  • Loading branch information
rimiti committed Jan 15, 2019
1 parent 86bf464 commit 12798f8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@ import invoiceIt from '@rimiti/invoice-it';
const invoiceIt = require('@rimiti/invoice-it');
```

**If you want to export your invoice in PDF, you must install the *html-pdf (v2.2.0)* peer dependence**
```bash
$ npm i -S html-pdf@2.2.0
```

### Order

To generate an order:
Expand Down

0 comments on commit 12798f8

Please sign in to comment.