Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Version number can't be a string, it has to be a number
  • Loading branch information
amingilani authored Sep 30, 2016
1 parent bae736f commit 4ad7b4e
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 @@ -28,7 +28,7 @@ auth0 = Auth0Client.new(
:client_id => "YOUR CLIENT ID",
:token => "YOUR JWT HERE",
:domain => "<YOUR ACCOUNT>.auth0.com",
:api_version => "2"
:api_version => 2
)

puts auth0.get_users
Expand Down

0 comments on commit 4ad7b4e

Please sign in to comment.