Browse Source

Typo in docs

pull/1/merge
Luke Childs 9 years ago
parent
commit
53877cd2c2
  1. BIN
      .DS_Store
  2. 2
      README.md

BIN
.DS_Store

Binary file not shown.

2
README.md

@ -60,7 +60,7 @@ Urls(text).filter(url => `<a href="${url}">${url}</a>`); // Returns:
> **Pro tip**
>
> You can get a parser instance by calling `Urls()` or `new Url`, whichever you prefer.
> You can get a parser instance by calling `Urls()` or `new Urls`, whichever you prefer.
## License
MIT © Luke Childs

Loading…
Cancel
Save