X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/c3ad4f3498453eb7789890f121497fe5c7637e01..7724b20e9a9bfa9154f7242bffa08d8de5bea4ff:/README diff --git a/README b/README index d683037acb..6e7557f45e 100644 --- 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( @@ -60,9 +60,9 @@ sources. For normal client usage, this is sufficient: -`sudo gem install google-api-client` +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 --development --force --no-rdoc --no-ri` +sudo gem install google-api-client --development --force --no-rdoc --no-ri