We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38b802e commit 0fcdb61Copy full SHA for 0fcdb61
1 file changed
README.md
@@ -43,7 +43,7 @@ query = '82 Clerkenwell Road, London'
43
results = geocoder.geocode(query)
44
```
45
46
-You can add [additional parameters](https://opencagedata.com/api#forward):
+You can add [additional parameters](https://opencagedata.com/api#forward-opt):
47
48
```python
49
results = geocoder.geocode('London', no_annotations=1, language='es')
0 commit comments