Skip to content

Commit 3a5cb5a

Browse files
authored
Merge pull request #90 from ksamc/fix-readme-timeout-typo
Fix error in the readme regarding timeouts
2 parents 4b85ec6 + 84fe6aa commit 3a5cb5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ puts auth0.get_users
3636
```
3737

3838
### Timeout
39-
You can setup a custom timeout in the Auth0Client. By default it is set to 10 minutes.
39+
You can setup a custom timeout in the Auth0Client. By default it is set to 10 seconds.
4040

4141
```ruby
4242
require "auth0"

0 commit comments

Comments
 (0)