1
0
Fork 0
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:
Waynn Lue 2013-07-26 18:21:56 -07:00
parent f36246ae2c
commit 53f35051a9

View file

@ -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 = ...