Skip to content

Commit

Permalink
Fix tests and update usage.
Browse files Browse the repository at this point in the history
  • Loading branch information
j4nr6n committed Nov 3, 2014
1 parent 4f10449 commit 4e81a7d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions USAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ That request should return a response that looks like this:
"cityName": "Mountain View",
"postalCode": null,
"metroCode": 807,
"lat": 37.386,
"lon": -122.0838,
"latitude": 37.386,
"longitude": -122.0838,
"timeZone": "America\/Los_Angeles",
"query" : {
"ip": "8.8.8.8",
Expand Down
4 changes: 2 additions & 2 deletions tests/fixture.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"cityName": "Mountain View",
"postalCode": null,
"metroCode": 807,
"lat": 37.386,
"lon": -122.0838,
"latitude": 37.386,
"longitude": -122.0838,
"timeZone": "America\/Los_Angeles",
"query": {
"ip": "8.8.8.8"
Expand Down

0 comments on commit 4e81a7d

Please sign in to comment.