Skip to content

Commit

Permalink
Corrected readme
Browse files Browse the repository at this point in the history
  • Loading branch information
brendannee committed Mar 8, 2013
1 parent b600397 commit 0dc1358
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ There is an example web app that creates some restful API endpoints and has a si

###List agencies near a point

/api/agencies/:lat/:lon/:radius
/api/agenciesNearby/:lat/:lon/:radius

//Example
/api/agencies/37.73/-122.25/0.25
/api/agenciesNearby/37.73/-122.25/10
`:radius` is optional and in miles. Default: 25 miles
Returns all agencies that serve the 100 nearest stops within the specified radius

Expand Down

0 comments on commit 0dc1358

Please sign in to comment.