Skip to content

Commit 2841c4c

Browse files
committed
Update readme.md
1 parent 9d17021 commit 2841c4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ var qrcode = new QRCode(canvas_object, options_object);
169169
/*
170170
logo:"https://avatars1.githubusercontent.com/u/4082017?s=160&v=4", // support: Static Image Resources, Network Images, Base64 Uri Data Images
171171
logoWidth:80, // width. default is automatic width
172-
logoHeight:80 // height. default is automatic height
172+
logoHeight:80, // height. default is automatic height
173173
logoBackgroundColor:'#fffff', // Logo backgroud color, Invalid when `logBgTransparent` is true; default is '#ffffff'
174174
logoBackgroundTransparent:false, // Whether use transparent image, default is false
175175
*/

0 commit comments

Comments
 (0)