Browse Source

Add Pro tip

pull/1/merge
Luke Childs 9 years ago
parent
commit
dbd8a9856a
  1. 4
      README.md

4
README.md

@ -57,3 +57,7 @@ Urls(text).filter(url => `<a href="${url}">${url}</a>`); // Returns:
'My GitHub profile: <a href="https://github.com/lukechilds">https://github.com/lukechilds</a>'
```
> **Pro tip**
>
> You can get a parser instance by calling `Urls()` or `new Url`, whichever you prefer.

Loading…
Cancel
Save