📖 更新文档

This commit is contained in:
陈小术 2021-11-11 11:09:57 +08:00
parent 40ce0ca886
commit 936c21fbda
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
const captcha = require('./index')
// create captcha
captcha.create().then(res=>{
console.log(res)
})