From 7777ab9cea79be1f5b7b96b5ff9a726c61f61110 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roger=20Sch=C3=B6nb=C3=A4chler?= <42278642+schoero@users.noreply.github.com> Date: Wed, 1 Nov 2023 14:06:29 +0100 Subject: [PATCH] docs: rename manual to guide --- docs/how-to-create-a-complete-qr-bill.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/how-to-create-a-complete-qr-bill.md b/docs/how-to-create-a-complete-qr-bill.md index a7fb320..5ceeb40 100644 --- a/docs/how-to-create-a-complete-qr-bill.md +++ b/docs/how-to-create-a-complete-qr-bill.md @@ -5,7 +5,7 @@ [![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz_small.svg) ][stackblitz] -In this manual you will learn how you can use SwissQRBill to create a complete PDF file and then attach the QR slip to the bottom of the page. +In this guide you will learn how you can use SwissQRBill to create a complete PDF file and then attach the QR slip to the bottom of the page. We will use [PDFKit][npm pdfkit] to create a PDF document with a Logo, title and the address of the biller, as well as the recipient. Then we use [SwissQRBill][npm swissqrbill] to create a table containing the billable items and add the QR slip to the bottom of the page.