Skip to content

Commit

Permalink
Addressing issue Patreon#39
Browse files Browse the repository at this point in the history
  • Loading branch information
toppsdown committed Sep 18, 2021
1 parent dfd74eb commit 17b2fbb
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 @@ -170,7 +170,7 @@ For instance, if you wanted to request the total amount a patron has ever paid t
which is not included by default, you could do:
```js
const { patreon, jsonApiURL } = require('patreon')
const pledge_schema = require('patreon/schemas/pledge')
const pledge_schema = require('patreon/dist/schemas/pledge')

const patreonAPIClient = patreon(access_token)
const url = jsonApiURL(`/current_user`, {
Expand Down

0 comments on commit 17b2fbb

Please sign in to comment.