Browse Source

Fixes error in OAuth setup docs.

David Underwood 13 years ago
parent
commit
c099e2006b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.rdoc

+ 1 - 1
README.rdoc

@@ -49,7 +49,7 @@ with the following parameters:
 
 6. Now you can activate the session and you're set:
 
-     ActiveResource::Base.activate_session = session
+     ActiveResource::Base.activate_session(session)
 
 7. Get data from that shop (returns ActiveResource instances):