Skip to content

Commit

Permalink
Merge pull request #11 from JJ/patch-1
Browse files Browse the repository at this point in the history
The function is asynchronous
  • Loading branch information
AnandChowdhary authored Oct 6, 2023
2 parents 87101e0 + 05693be commit 6f007a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const base64Image = qrcode("bitcoin:ADDRESS?amount=0.5&label=ORDER"); // data:im
You can also add a custom size by specifying `size` in the second parameter:

```ts
const fixedSizeImage = qrcode("bitcoin:ADDRESS?amount=0.5&label=ORDER", { size: 500 });
const fixedSizeImage = await qrcode("bitcoin:ADDRESS?amount=0.5&label=ORDER", { size: 500 });
```
### CLI with [DPX](https://github.com/denorg/dpx)

Expand Down

0 comments on commit 6f007a9

Please sign in to comment.