We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5040cc commit 428fb57Copy full SHA for 428fb57
README.md
@@ -36,8 +36,8 @@ console.log(api.getGeolocation());
36
```
37
38
### Bulk Geolocations Lookup
39
-// Query geolocations for multiple IP addresses and all fields
40
```js
+// Query geolocations for multiple IP addresses and all fields
41
var geolocationParams = new GeolocationParams();
42
geolocationParams.setIps(['1.1.1.1','2.2.22.2','34.1.1.3']);
43
0 commit comments