提交 a7df2b2e 编写于 作者: Z Zainan Victor Zhou 提交者: Huan (李卓桓)

Change `init` to `start` in demo (#1017)

`init` is deprecated
上级 96567da4
......@@ -44,7 +44,7 @@ Wechaty.instance() // Singleton
.on('scan', (url, code) => console.log(`Scan QR Code to login: ${code}\n${url}`))
.on('login', user => console.log(`User ${user} logined`))
.on('message', message => console.log(`Message: ${message}`))
.init()
.start()
```
> **Notice: Wechaty requires Node.js version >= 6.9.0**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册