Skip to content

Commit

Permalink
Merge pull request #255 from auth0/joshcanhelp-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
luisrudge authored Apr 16, 2018
2 parents 4cdf8de + 5eec9b3 commit 8cc16d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ var auth0 = new ManagementClient({
domain: '{YOUR_ACCOUNT}.auth0.com',
clientId: '{YOUR_NON_INTERACTIVE_CLIENT_ID}',
clientSecret: '{YOUR_NON_INTERACTIVE_CLIENT_SECRET}',
scope: "read:users write:users",
scope: "read:users update:users",
});
```

Expand Down Expand Up @@ -152,4 +152,4 @@ This project is licensed under the MIT license. See the [LICENSE](LICENSE) file
[license-image]: http://img.shields.io/npm/l/auth0.svg?style=flat-square
[license-url]: #license
[downloads-image]: http://img.shields.io/npm/dm/auth0.svg?style=flat-square
[downloads-url]: https://npmjs.org/package/auth0
[downloads-url]: https://npmjs.org/package/auth0

0 comments on commit 8cc16d4

Please sign in to comment.