Skip to content

Commit 928359a

Browse files
committed
Updated readme
1 parent 6ef7a46 commit 928359a

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
@@ -47,7 +47,7 @@ interacting with the data in this format.
4747
```java
4848

4949
File database = new File("/path/to/database/GeoIP2-City.mmdb");
50-
Reader reader = new Reader(database);
50+
MaxMindDbReader reader = new MaxMindDbReader(database);
5151

5252
InetAddress address = InetAddress.getByName("24.24.24.24");
5353

0 commit comments

Comments
 (0)