Skip to content

Commit 5358027

Browse files
committed
Fix typo and use simpler phrasing
1 parent 26f6248 commit 5358027

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,9 @@ cases here](src/test/java/org/nibor/autolink/AutolinkUrlTest.java).
104104

105105
### WWW link extraction
106106

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.
107+
Extract links like `www.example.com`. They need to start with `www.` but
108+
don't need a `scheme://`. For detecting the end of the link, the same
109+
heuristics apply as for URLs.
110110

111111
Examples:
112112

0 commit comments

Comments
 (0)