Skip to content

Commit 7ab7c08

Browse files
committed
fix: Comment in example is incorrect
* getDomain returns domain.
1 parent dd67b1e commit 7ab7c08

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)