diff --git a/README.md b/README.md index 333d1ee..65196c3 100644 --- a/README.md +++ b/README.md @@ -9,10 +9,6 @@ golang版本大于等于1.11 -**目前可以突破微信网页版限制登录,但是存在个别可以在网页版登录,但不能使用主分支登录的用户可以尝试使用`slave`分支进行登录** - - - ### 安装 `go get` @@ -23,12 +19,6 @@ go get github.com/eatMoreApple/openwechat -`go mod` - -```shell -require github.com/eatMoreApple/openwechat -``` - ### 快速开始 @@ -66,6 +56,16 @@ func main() { +#### 突破网页版登录限制 + +**网页版登陆不上的可以尝试使用该模式登陆** + +```go +bot := openwechat.DefaultBot(openwechat.Desktop) +``` + + + #### 回复消息 ```go