Skip to content

Commit

Permalink
fix example
Browse files Browse the repository at this point in the history
fixes mvexel#6
  • Loading branch information
mvexel committed Sep 16, 2014
1 parent d17c055 commit 9919796
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 @@ -9,7 +9,7 @@ You need to have the `requests` module [installed](http://docs.python-requests.o
```
>>> import Overpass
>>> api = Overpass.API()
>>> response = api.Get('node["name":"Salt Lake City"]')
>>> response = api.Get('node["name"="Salt Lake City"]')
```

Note that you don't have to include any of the output meta statements. The wrapper will, well, wrap those.
Expand Down

0 comments on commit 9919796

Please sign in to comment.