diff --git a/README.md b/README.md index 88db3d830a585f635b7c7f1f328bcf426b28bbd9..28abf502051db72e61646e9afc87a53df22d472c 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)