Skip to content

Commit 428fb57

Browse files
Update README.md
1 parent e5040cc commit 428fb57

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
@@ -36,8 +36,8 @@ console.log(api.getGeolocation());
3636
```
3737

3838
### Bulk Geolocations Lookup
39-
// Query geolocations for multiple IP addresses and all fields
4039
```js
40+
// Query geolocations for multiple IP addresses and all fields
4141
var geolocationParams = new GeolocationParams();
4242
geolocationParams.setIps(['1.1.1.1','2.2.22.2','34.1.1.3']);
4343

0 commit comments

Comments
 (0)