Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ardean committed Dec 26, 2016
1 parent 028ba45 commit 1415c41
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
15 changes: 13 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# pdf-invoice-simple
A simple pdf invoice template
[![NPM Version][npm-image]][downloads-url] [![NPM Downloads][downloads-image]][downloads-url]

Example:
**A simple pdf invoice template**

## Usage

```javascript
import moment from "moment";
Expand Down Expand Up @@ -49,3 +51,12 @@ simpleInvoice({
note: "Meine Notiz"
}).print("invoice.pdf");
```

## License

[MIT](LICENSE)

[downloads-image]: https://img.shields.io/npm/dm/pdf-invoice-simple.svg
[downloads-url]: https://npmjs.org/package/pdf-invoice-simple
[npm-image]: https://img.shields.io/npm/v/pdf-invoice-simple.svg
[npm-url]: https://npmjs.org/package/pdf-invoice-simple
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "pdf-invoice-simple",
"description": "A simple pdf invoice template",
"version": "0.3.2",
"version": "0.3.3",
"author": "Orbin",
"keywords": [
"pdf",
Expand Down

0 comments on commit 1415c41

Please sign in to comment.