From 1350d7aa7a239c39b3cbe0cf3a0b1c422b86c1d8 Mon Sep 17 00:00:00 2001 From: "Zhuohuan LI (CARPE DIEM)" Date: Mon, 14 Nov 2016 16:25:15 +0000 Subject: [PATCH] self fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 88db3d83..28abf502 100644 --- a/README.md +++ b/README.md @@ -114,7 +114,7 @@ Get to know more about NPM at [Wiki:NPM](https://github.com/wechaty/wechaty/wiki 12. [type():MsgType](https://github.com/wechaty/wechaty/wiki/API#messagetype-number) get the type of a Message. 13. [say(content:string):Promise](https://github.com/wechaty/wechaty/wiki/API#messagesaycontent-string-promise) reply a message to the sender. 14. [ready():Promise](https://github.com/wechaty/wechaty/wiki/API#messageready-promise) confirm get all the data needed, will be resolved when all message data is ready. -15. [self(message:Message):boolean](https://github.com/wechaty/wechaty/wiki/API#messageselfmessage-message-boolean) check if a message is sent by self +15. [self():boolean](https://github.com/wechaty/wechaty/wiki/API#messageselfmessage-message-boolean) check if a message is sent by self ## [Contact](https://github.com/wechaty/wechaty/wiki/API#contact-class) -- GitLab