From b467937cdd460a9360d4564bc6a7c7d711c6121c Mon Sep 17 00:00:00 2001 From: Huan LI Date: Sat, 25 Aug 2018 14:30:46 +0800 Subject: [PATCH] doc clean --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 212d4207..2a1a5d06 100644 --- a/README.md +++ b/README.md @@ -93,6 +93,8 @@ node mybot.js [![Docker Pulls](https://img.shields.io/docker/pulls/zixia/wechaty.svg?maxAge=2592000)](https://hub.docker.com/r/zixia/wechaty/) [![Docker Layers](https://images.microbadger.com/badges/image/zixia/wechaty.svg)](https://microbadger.com/#/images/zixia/wechaty) +* Wechaty Starter Repository for Docker - + > Wechaty Docker supports both JavaScript and TypeScript. To use TypeScript just write in TypeScript and save with extension name `.ts`, no need to compile because we use `ts-node` to run it. 2.1. Run JavaScript @@ -165,7 +167,7 @@ A `Bot` is a Wechaty instance that control a specific [wechaty-puppet](https://g #### 1.6 `wechaty.userSelf(): ContactSelf` return the login-ed bot contact -#### 1.7 Event `wechaty.say(something)` let bot say something to itself +#### 1.7 `wechaty.say(something)` let bot say something to itself #### 1.8 Event `wechaty.on('login', ...)` emit after bot login full successful -- GitLab