We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ef7a46 commit 928359aCopy full SHA for 928359a
README.md
@@ -47,7 +47,7 @@ interacting with the data in this format.
47
```java
48
49
File database = new File("/path/to/database/GeoIP2-City.mmdb");
50
-Reader reader = new Reader(database);
+MaxMindDbReader reader = new MaxMindDbReader(database);
51
52
InetAddress address = InetAddress.getByName("24.24.24.24");
53
0 commit comments