From 3ac5c1ff4d3761df7fffb2e93c9d6459ff036b24 Mon Sep 17 00:00:00 2001 From: Michael Kirk Date: Thu, 22 Jan 2015 17:52:14 -0800 Subject: [PATCH] Update README.md update installation instructions to install "arcgis" gem, not "geoservices" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f4dd3db..0dcdf92 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ If you want to query the FeatureService and MapService endpoitns, then check out Just install using Rubygems: -`gem install geoservices` +`gem install arcgis` ## Instructions