Skip to content

Commit 71bd973

Browse files
committed
Update readme.md
1 parent b43078d commit 71bd973

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

0 commit comments

Comments
 (0)