Skip to content

Commit 72e75e9

Browse files
authored
Merge pull request #318 from iiharu/fix-example-comment
Fix comment in example
2 parents dd67b1e + 7ab7c08 commit 72e75e9

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
@@ -344,7 +344,7 @@ InetAddress ipAddress = InetAddress.getByName("128.101.101.101");
344344

345345
DomainResponse response = reader.domain(ipAddress);
346346

347-
System.out.println(response.getDomain()); // 'Corporate'
347+
System.out.println(response.getDomain()); // 'umn.edu'
348348
```
349349

350350
### Enterprise ###

0 commit comments

Comments
 (0)