Skip to content

Commit 70817d8

Browse files
committed
Wording
1 parent 5358027 commit 70817d8

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ autolink-java
22
=============
33

44
Java library to extract links such as URLs and email addresses from plain text.
5-
Fast, small and tries to be smart with matching (text is hard).
5+
Fast, small and smart about recognizing where links end.
66

77
Inspired by [Rinku](https://github.com/vmg/rinku). Similar to it, regular
88
expressions are not used. Instead, the input text is parsed in one pass with

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88

99
<name>autolink-java</name>
1010
<description>
11-
Java library to extract links (URLs, email addresses) from plain text; fast, small and hopefully smart
11+
Java library to extract links (URLs, email addresses) from plain text;
12+
fast, small and smart about recognizing where links end
1213
</description>
1314
<url>https://github.com/robinst/autolink-java</url>
1415

0 commit comments

Comments
 (0)