Skip to content

Commit d3dc3de

Browse files
committed
Fix link in README, add simple Contributing section
1 parent a0ba679 commit d3dc3de

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,14 @@ String result = Autolink.renderLinks(input, linkExtractor, (link, sb) -> {
8383
result; // wow <a href="http://test.com">http://test.com</a> such linked
8484
```
8585

86+
Contributing
87+
------------
88+
89+
Pull requests welcome :)!
90+
8691
License
8792
-------
8893

89-
MIT, see [LICENSE] file.
94+
Copyright (c) 2015 Robin Stocker
95+
96+
MIT licensed, see LICENSE file.

0 commit comments

Comments
 (0)