Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mlocati committed Jan 13, 2022
1 parent c77bd0b commit afb7143
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ $ipv6 = \IPLib\Factory::parseAddressString('e.b.a.b.e.f.a.c.0.0.0.0.0.0.0.0.0.0.
echo $ipv4->toString();

// This will print 1234:abcd::cafe:babe
echo (string) $ipv6->toString();
echo $ipv6->toString();
```

You can also use `getReverseDNSLookupName()` for IP ranges.
Expand Down

0 comments on commit afb7143

Please sign in to comment.