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)