From 53f35051a992d57cc719ec2f81a2915122dd35d3 Mon Sep 17 00:00:00 2001 From: Waynn Lue Date: Fri, 26 Jul 2013 18:21:56 -0700 Subject: [PATCH] typo for oauth --- README.rdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rdoc b/README.rdoc index 8bcd94f..686815e 100644 --- a/README.rdoc +++ b/README.rdoc @@ -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 = ...