Skip to content

Commit 49b6fb7

Browse files
committed
README update
1 parent 2192d31 commit 49b6fb7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ Output:
132132

133133
#### Single Field Selection
134134
If you're interested in only one field from the model capturing an IP address information, The service interface
135-
exposes some a method on each available field:
135+
exposes a method on each available field:
136136

137137
```java
138138
boolean isEu = ipdataService.isEu("1.1.1.1");
@@ -158,7 +158,7 @@ IpdataModel model = ipdataService.getFields("1.1.1.1", IpdataField.ASN, IpdataFi
158158
You can as well get multiple responses at once by using the ``bulk`` api:
159159

160160
```java
161-
List<IpdataModel> models = ipdataService.bulkIpdata(Arrays.asList("1.1.1.1", "8.8.8.8"));
161+
List<IpdataModel> models = ipdataService.bulk(Arrays.asList("1.1.1.1", "8.8.8.8"));
162162
```
163163

164164

0 commit comments

Comments
 (0)