Skip to content

Commit dfefd69

Browse files
committed
Update readme.md
1 parent d2ec1fe commit dfefd69

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
@@ -165,7 +165,7 @@ var qrcode = new QRCode(options);
165165
logo:"../demo/logo.png", // Relative address, relative to `easy.qrcode.min.js`
166166
logo:"http://127.0.0.1:8020/easy-qrcodejs/demo/logo.png",
167167
logoWidth:80, // width. default is automatic width
168-
logoHeight:80 // height. default is automatic height
168+
logoHeight:80, // height. default is automatic height
169169
logoBackgroundColor:'#fffff', // Logo backgroud color, Invalid when `logBgTransparent` is true; default is '#ffffff'
170170
logoBackgroundTransparent:false, // Whether use transparent image, default is false
171171
*/

0 commit comments

Comments
 (0)