diff --git a/README.md b/README.md index f4dd3db..d73e7de 100644 --- a/README.md +++ b/README.md @@ -4,17 +4,18 @@ This library is a simple wrapper around the ArcGIS Online sharing API for Users, The library currently just exposes the API endpoints and accepts unverified hashes of input parameters as specified in the [ArcGIS API](http://www.arcgis.com/apidocs/rest/). As it evolves more endpoints will be added as well as more Ruby-like objects for the various API capabilities. -If you want to query the FeatureService and MapService endpoitns, then check out the [GeoServices-Ruby](https://github.com/ajturner/geoservices-ruby) library. +If you want to query the FeatureService and MapService endpoints, then check out the [GeoServices-Ruby](https://github.com/ajturner/geoservices-ruby) library. ## Install Just install using Rubygems: -`gem install geoservices` +`gem install arcgis` ## Instructions ```ruby +require 'arcgis' # Create a client @online = Arcgis::Online.new(:host => "http://www.arcgis.com/sharing/rest/") # Do an unauthenticated search