Skip to content

Commit

Permalink
Update README.md add import to API example
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin-Sangeelee committed Feb 26, 2020
1 parent 979bad2 commit 194fb63
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,9 @@ when processing large numbers of URLs.

The API to check the host/domain part of a URL is: -
```
// public_suffix_list.dat comes from https://publicsuffix.org/
import net.susa.cfs.psl.PublicSuffixList;
// public_suffix_list.dat comes from https://publicsuffix.org/
String filename = "public_suffix_list.dat";
PublicSuffixList psl = new PublicSuffixList(filename);
Expand Down

0 comments on commit 194fb63

Please sign in to comment.