Merge pull request #3 from robertkaplow/master
[arvados.git] / README
diff --git a/README b/README
index fa287b97a54534171d844d671293db40c21841c1..6e7557f45ef1e3b2dece52652140b98f645961b1 100644 (file)
--- a/README
+++ b/README
@@ -44,7 +44,7 @@ APIs.
   client.authorization.fetch_token_credential!(:verifier => '12345')
 
   # Discover available methods
-  method_names = client.discovered_service('buzz').to_h.keys
+  method_names = client.discovered_api('buzz').to_h.keys
 
   # Make an API call
   response = client.execute(
@@ -53,10 +53,16 @@ APIs.
   )
   status, headers, body = response
 
-== Requirements
+== Install
 
-* APIClient has no dependencies.
+Be sure both http://gems.github.com/ and http://rubygems.org/ are in your gem
+sources.
 
-== Install
+For normal client usage, this is sufficient:
+
+sudo gem install google-api-client
+
+The command line interface, the example applications, and the test suite
+require additional dependencies. These may be obtained with:
 
-* sudo gem install google-api-client
+sudo gem install google-api-client --development --force --no-rdoc --no-ri