Skip to content

Commit 27f1cbf

Browse files
authored
Update README.md
1 parent ac712d2 commit 27f1cbf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,9 @@ API key can be specified in the following ways :
7979
3. As a function argument e.g. `ipapi.location(ip='8.8.8.8', key='secret-key')` or `ipapi.location(ip='8.8.8.8', key='secret-key', field='city')`
8080

8181
### Notes
82-
- All function arguments (`ip`, `key`, `field`) are optional . To skip an argument, use `None` or an empty string `''`.
83-
`ipapi.location(ip='8.8.8.8', key=None, field='city')`
84-
`ipapi.location(ip='8.8.8.8', key='', field='city')`
82+
- All function arguments (`ip`, `key`, `field`) are optional . To skip an argument, use `None` or an empty string `''`.
83+
`ipapi.location(ip='8.8.8.8', key=None, field='city')`
84+
`ipapi.location(ip='8.8.8.8', key='', field='city')`
8585

8686

8787
### Error

0 commit comments

Comments
 (0)