Skip to content

Commit

Permalink
Docs (wechaty#1631)
Browse files Browse the repository at this point in the history
* fix typo

* change doc to the latest, change puppetName to puppetMoudle name
  • Loading branch information
lijiarui authored and huan committed Oct 31, 2018
1 parent 99ce763 commit 7be04ea
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions src/wechaty.ts
Original file line number Diff line number Diff line change
Expand Up @@ -195,14 +195,16 @@ export class Wechaty extends Accessory implements Sayable {
* - [PuppetPuppeteer](https://github.com/Chatie/wechaty-puppet-puppeteer):
* - [PuppetPadchat](https://github.com/lijiarui/wechaty-puppet-padchat)
*
* @typedef PuppetName
* @property {string} wechat4u
* @typedef PuppetModuleName
* @property {string} PUPPET_DEFAULT
* The default puppet.
* @property {string} wechaty-puppet-wechat4u
* The default puppet, using the [wechat4u](https://github.com/nodeWechat/wechat4u) to control the [WeChat Web API](https://wx.qq.com/) via a chrome browser.
* @property {string} padchat
* @property {string} wechaty-puppet-padchat
* - Using the WebSocket protocol to connect with a Protocol Server for controlling the iPad Wechat program.
* @property {string} puppeteer
* @property {string} wechaty-puppet-puppeteer
* - Using the [google puppeteer](https://github.com/GoogleChrome/puppeteer) to control the [WeChat Web API](https://wx.qq.com/) via a chrome browser.
* @property {string} mock
* @property {string} wechaty-puppet-mock
* - Using the mock data to mock wechat operation, just for test.
*/

Expand Down

0 comments on commit 7be04ea

Please sign in to comment.