Sfoglia il codice sorgente

Fixes error in OAuth setup docs.

David Underwood 13 anni fa
parent
commit
c099e2006b
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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):