Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
normanrz committed Aug 15, 2018
1 parent eedace5 commit cba10a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ curl -d '[[51.3, 13.4], [51.4, 13.3]]' -XPOST -H 'Content-Type: application/json
For one-off queries. You can also issue GET requests with latitude and longitude as query parameters.

```bash
curl http://localhost:3000/\?lat\=51.3\&lng\=13.4
curl 'http://localhost:3000/?lat=51.3&lng=13.4'
# < ele
```

Expand Down

0 comments on commit cba10a6

Please sign in to comment.