From 9553175b64fc52f5a5b5e59d05dbd09e315d5f90 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:23:40 +0100 Subject: [PATCH] docs: code cleanup --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d1a8b47..d209ebf 100644 --- a/README.md +++ b/README.md @@ -134,6 +134,7 @@ Alternatively, you could render the QR Bill as a scalable vector graphic (SVG). import { SwissQRBill } from "swissqrbill/svg"; const svg = new SwissQRBill(data); + document.body.appendChild(svg.element); ```