Skip to content

Commit

Permalink
Merge pull request #73 from amingilani/amingilani-patch-1
Browse files Browse the repository at this point in the history
Typo
  • Loading branch information
chenkie authored Dec 28, 2016
2 parents 76f2f8d + 4ad7b4e commit a9a3f54
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ require "auth0"
auth0 = Auth0Client.new(
:client_id => "YOUR CLIENT ID",
:token => "YOUR JWT HERE",
:domain => "<YOUR ACCOUNT>.auth0.com"
:domain => "<YOUR ACCOUNT>.auth0.com",
:api_version => 2
)

puts auth0.get_users
Expand Down

0 comments on commit a9a3f54

Please sign in to comment.