From 7506b1427839e3bfd0a39dcf36820df2060cda14 Mon Sep 17 00:00:00 2001 From: Greg Borenstein Date: Thu, 17 Jan 2013 15:56:10 -0500 Subject: [PATCH] Update README.rdoc Added line demonstrating how to require the gem since the underscore is non-obvious from the gemname and documented nowhere else. --- README.rdoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.rdoc b/README.rdoc index 914ff60..2647371 100644 --- a/README.rdoc +++ b/README.rdoc @@ -12,6 +12,10 @@ http://api.bit.ly == USAGE: +Require the gem: + +require 'bitly_oauth' + Create a client using your client id and client secret from http://bit.ly client = BitlyOAuth.new(client_id, client_secret)