Skip to content

Commit

Permalink
docs: code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
schoero committed Nov 10, 2023
1 parent ea6e9c2 commit 9553175
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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);
```

Expand Down

0 comments on commit 9553175

Please sign in to comment.