From 0959ae6f0379b8aa134f79a410eff113a1e274fc Mon Sep 17 00:00:00 2001 From: Nuruddin Ashr Date: Sun, 2 Sep 2018 17:19:19 +0700 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 92d4f5a..860fec6 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Linkify is jQuery plugin to formatting the text that contains URL or hashtag into a clickable HTML content. -It's small, it has no test suite but handles the large majority of cases, with exceptions (e.g. detecting modern TLDs like .museum properly, or punctuation at the end of the URL). For advanced options, check out the origianl [linkify](https://github.com/cowboy/javascript-linkify) or the [urlize](https://github.com/ljosa/urlize.js) library. +It's small, it has no test suite but handles the large majority of cases, with exceptions (e.g. detecting modern TLDs like .museum properly, or punctuation at the end of the URL). For advanced options, check out the [linkify](https://github.com/cowboy/javascript-linkify) or the [urlize](https://github.com/ljosa/urlize.js) library. ## Usage