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 847a97a commit 71d7623Copy full SHA for 71d7623
README.md
@@ -198,7 +198,7 @@ public class Main {
198
try {
199
IPResponse response = ipInfo.lookupIP("8.8.8.8");
200
201
- // Print out the true if the country is a member of EU
+ // Print out whether the country is a member of the EU
202
System.out.println(response.isEU());
203
} catch (RateLimitedException ex) {
204
// Handle rate limits here.
0 commit comments