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 26f6248 commit 5358027Copy full SHA for 5358027
README.md
@@ -104,9 +104,9 @@ cases here](src/test/java/org/nibor/autolink/AutolinkUrlTest.java).
104
105
### WWW link extraction
106
107
-Extract links not starting with `scheme://` but just starts with `www.` such as `www.example.com`.
108
-
109
-The same heuristics apply as for the URL extraction.
+Extract links like `www.example.com`. They need to start with `www.` but
+don't need a `scheme://`. For detecting the end of the link, the same
+heuristics apply as for URLs.
110
111
Examples:
112
0 commit comments