Browse Source

Thumbs up emoji for pro tip

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

2
README.md

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

Loading…
Cancel
Save