Skip to content

Commit 6de2f75

Browse files
committed
[fix]修改一处描述不清的文档
1 parent dc92acf commit 6de2f75

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
@@ -136,7 +136,7 @@ var auth = new Authing({
136136
auth.then(function(validAuth) {
137137

138138
validAuth.startWXAppScaning({
139-
mount: 'qrcode-node', //二维码挂载点,如不写则默认漂浮在文档中间
139+
mount: 'qrcode-node', //二维码挂载点的HTML元素ID,如不写则默认漂浮在文档中间
140140
});
141141

142142
})

0 commit comments

Comments
 (0)