Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
updated class name
  • Loading branch information
gedl authored Sep 14, 2018
1 parent 0b11312 commit 665eb5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ This library contains out-of-the-box parsers for the following databases:
DB-IP distributes their database in a single file, containing the IPV4 and IPV6 ranges and their locations. In it's simplest form, a DB-IP reader can be created as follows:

```java
new DbIpLineReader(Paths.get("<localHD>/dbip-country-2018-07.csv.gz"))
new DbIpIpToLocationAndIspCSVLineParser(Paths.get("<localHD>/dbip-country-2018-07.csv.gz"))
```

### Maxmind
Expand Down

0 comments on commit 665eb5b

Please sign in to comment.