Skip to content

Commit a8e7af0

Browse files
committed
Fix method name in README.md
1 parent b10b0fc commit a8e7af0

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
@@ -143,7 +143,7 @@ reader = MaxMind::GeoIP2::Reader.new(
143143
database: '/usr/share/GeoIP/GeoIP-Anonymous-Plus.mmdb',
144144
)
145145

146-
record = reader.anonymous_ip('128.101.101.101')
146+
record = reader.anonymous_plus('128.101.101.101')
147147

148148
puts record.anonymizer_confidence # 30
149149
```

0 commit comments

Comments
 (0)