Skip to content
This repository was archived by the owner on May 19, 2025. It is now read-only.

Commit 9919796

Browse files
committed
fix example
fixes #6
1 parent d17c055 commit 9919796

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ You need to have the `requests` module [installed](http://docs.python-requests.o
99
```
1010
>>> import Overpass
1111
>>> api = Overpass.API()
12-
>>> response = api.Get('node["name":"Salt Lake City"]')
12+
>>> response = api.Get('node["name"="Salt Lake City"]')
1313
```
1414

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

0 commit comments

Comments
 (0)