From 5673afb9f96eb04532ccff6899d9a2d285964ad2 Mon Sep 17 00:00:00 2001 From: Sean Collins Date: Thu, 9 Jun 2016 15:58:40 -0600 Subject: [PATCH] Fix README --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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