Skip to content

Commit

Permalink
substituted app_id with appid at docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Paramio committed Feb 26, 2009
1 parent 54b00dc commit d25ceae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rdoc
Expand Up @@ -8,7 +8,7 @@ but this version supports better usage of matrix and query parameters, uses JSON
=== Searching for a Location:

require 'geoplanet'
GeoPlanet.app_id = [Your App ID Here]
GeoPlanet.appid = [Your App ID Here]

# Search for places that matches "Springfield" (the API returns 1 by default)
GeoPlanet::Place.search("Springfield")
Expand All @@ -24,7 +24,7 @@ but this version supports better usage of matrix and query parameters, uses JSON
=== Initializing by Where On Earth ID && Associations

require 'geoplanet'
GeoPlanet.app_id = [Your App ID Here]
GeoPlanet.appid = [Your App ID Here]

a = GeoPlanet::Place.new(752067) # WoE ID for Algeciras

Expand Down

0 comments on commit d25ceae

Please sign in to comment.