Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sigoden committed Jul 24, 2018
1 parent 2cddd7c commit 90be9e7
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 @@ -59,7 +59,7 @@
## 开始使用

```js
var Pay = require('@sigodenh/wechatpay');
var Pay = require('@sigodenjs/wechatpay');
var pfxContent = fs.readFileSync("<location-of-your-apiclient-cert.p12>")
var pay = new Pay(appid, mch_id, key, pfxContent);

Expand Down

0 comments on commit 90be9e7

Please sign in to comment.