Skip to content

Commit 0908530

Browse files
committed
Updated class name
1 parent a843800 commit 0908530

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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-
MaxMindDbReader reader = new MaxMindDbReader(database);
50+
Reader reader = new Reader(database);
5151

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

0 commit comments

Comments
 (0)