Skip to content

Commit 0fcdb61

Browse files
authored
correct url to optional params
1 parent 38b802e commit 0fcdb61

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ query = '82 Clerkenwell Road, London'
4343
results = geocoder.geocode(query)
4444
```
4545

46-
You can add [additional parameters](https://opencagedata.com/api#forward):
46+
You can add [additional parameters](https://opencagedata.com/api#forward-opt):
4747

4848
```python
4949
results = geocoder.geocode('London', no_annotations=1, language='es')

0 commit comments

Comments
 (0)