From cbe7b1f659787f0050d716c9f89af1f16710ec76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roger=20Sch=C3=B6nb=C3=A4chler?= <42278642+schoero@users.noreply.github.com> Date: Fri, 10 Nov 2023 06:27:45 +0100 Subject: [PATCH] docs: adapt quick start to v4 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d209ebf..743057b 100644 --- a/README.md +++ b/README.md @@ -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";