diff --git a/README.md b/README.md index 80b64de..ff90f2d 100644 --- a/README.md +++ b/README.md @@ -114,6 +114,24 @@ print($record->location->longitude . "\n"); // -93.2323 ``` +### Anonymoous-IP Example ### + +```php +anonymousIp('128.101.101.101'); + +if ($record->isAnonymous) { print "anon\n"; } +print($record->ipAddress . "\n"); // '128.101.101.101' + +``` + ### Connection-Type Example ### ```php