Skip to content

Commit

Permalink
fix import path
Browse files Browse the repository at this point in the history
  • Loading branch information
mailbaoer committed Jun 26, 2018
1 parent bfa8eed commit fac306d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
## 快速开始
以下是APP和小程序支付简单例子
```go
import "github.com/mailbaoer/wechat-sdk/pay"
import "github.com/aimuz/wechat-sdk/pay"

wePay := &WePay{
AppId: "xxx",
Expand Down

0 comments on commit fac306d

Please sign in to comment.