Skip to content

Commit

Permalink
Fixed cosmetic spacing in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rahilsondhi committed Jun 3, 2011
1 parent 0cb9abd commit 945323a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.rdoc
Expand Up @@ -52,19 +52,19 @@ Then retrieve a list of spots:

Search by a specific type:

@client.spots(-33.8670522, 151.1957362, :types => 'restaurant')
@client.spots(-33.8670522, 151.1957362, :types => 'restaurant')

Search by multiple types:

@client.spots(-33.8670522, 151.1957362, :types => ['restaurant','food'])
@client.spots(-33.8670522, 151.1957362, :types => ['restaurant','food'])

Search by name:

@client.spots(-33.8670522, 151.1957362, :name => 'italian')
@client.spots(-33.8670522, 151.1957362, :name => 'italian')

Search by name *and* type:

@client.spots(-33.8670522, 151.1957362, :name => 'italian', :types => 'restaurant')
@client.spots(-33.8670522, 151.1957362, :name => 'italian', :types => 'restaurant')

=== Retrieving a single spot

Expand Down

0 comments on commit 945323a

Please sign in to comment.