From 0cc9ecd602e54becb07c1bf7a062e84c70d4c37e Mon Sep 17 00:00:00 2001 From: eatMoreApple <15055461510@163.com> Date: Thu, 24 Jun 2021 10:41:38 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fa93af1..4c49270 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![Go Doc](https://pkg.go.dev/badge/github.com/eatMoreApple/openwechat)](https://godoc.org/github.com/eatMoreApple/openwechat) -> golang版个人微信号API, 类似开发公众号一样,开发个人微信号 +> golang版个人微信号API, 突破网页版限制,类似开发公众号一样,开发个人微信号 @@ -41,7 +41,7 @@ import ( func main() { bot := openwechat.DefaultBot() - // bot := openwechat.DefaultBot(openwechat.Desktop) // 桌面模式,上面登录不上的可以尝试切换这种模式 + // bot := openwechat.DefaultBot(openwechat.Desktop) // 桌面模式,上面登录不上的可以尝试切换这种模式 // 注册消息处理函数 bot.MessageHandler = func(msg *openwechat.Message) { @@ -91,7 +91,7 @@ func main() { ### 文档 -[点击查看](doc/doc.md) +[点击查看](https://openwechat.readthedocs.io/zh/latest/) ### 项目主页