Browse Source

Fix typo

pull/1/merge
Luke Childs 9 years ago
parent
commit
b4b4a4ed00
  1. 2
      README.md

2
README.md

@ -2,7 +2,7 @@
Intelligently finds many different url formats in a string. For the browser and node.
## About
In a nutshell, `my-name-is-url` is an Intelligent parser that searches a string of text for urls. The url spec is so vague that almost anything _could_ be a url. The regular expression used in `my-name-is-url` tries to match patterns likely to represent a url in a sentence rather than matching the actual url spec.
In a nutshell, `my-name-is-url` is an intelligent parser that searches a string of text for urls. The url spec is so vague that almost anything _could_ be a url. The regular expression used in `my-name-is-url` tries to match patterns likely to represent a url in a sentence rather than matching the actual url spec.
> ❗️**Important note**
>

Loading…
Cancel
Save