mirror of
https://github.com/rest-client/rest-client.git
synced 2022-11-09 13:49:40 -05:00
typo for oauth
This commit is contained in:
parent
f36246ae2c
commit
53f35051a9
1 changed files with 1 additions and 1 deletions
|
@ -263,7 +263,7 @@ RestClient.add_before_execution_proc add a Proc to be called before each executi
|
|||
|
||||
Example:
|
||||
|
||||
# Add oath support using the oauth gem
|
||||
# Add oauth support using the oauth gem
|
||||
require 'oauth'
|
||||
access_token = ...
|
||||
|
||||
|
|
Loading…
Reference in a new issue