Skip to content

Commit

Permalink
docs: adapt quick start to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
schoero committed Nov 10, 2023
1 parent 9553175 commit cbe7b1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Depending on the environment you are using, you may need to import the library d

## Quick start

Once you have imported SwissQRBill, it is quite easy to create a simple QR bill. All you have to do is to create a new `SwissQRBill` instance and pass your billing data object as the first parameter and your output path as the second parameter.
Once you have imported SwissQRBill, it is quite easy to create a simple QR bill. All you have to do is to create a new `SwissQRBill` with your billing data object. You can then attach the QR bill to any PDFKit document.

```js
import { createWriteStream } from "node:fs";
Expand Down

0 comments on commit cbe7b1f

Please sign in to comment.