Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
limexd-em authored May 13, 2020
1 parent 7efb455 commit 2bc42ef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ const PaynowQR = require('paynowqr');
```

**Browser**

You can use the CDN link provided by unpkg:

```html
Expand All @@ -42,7 +43,7 @@ let qrcode = new PaynowQR({
//Outputs the qrcode to a UTF-8 string format, which can be passed to a QR code generation script to generate the paynow QR
let QRstring = qrcode.output();
```
# Todo
# To do
Incorporate QR generation into the PaynowQR class with logo / branding options

# Credits
Expand Down

0 comments on commit 2bc42ef

Please sign in to comment.