1Linkify
2=======
3
4Shim repository for Linkify. All issues with this plugin should be directed to http://github.com/SoapBox/linkifyjs/
5
6Package Managers
7----------------
8
9### [Bower](http://bower.io/)
10
11```
12bower install linkifyjs
13```
14
15### [NPM](https://npmjs.com/)
16
17See the [main repository](https://github.com/SoapBox/linkifyjs/blob/master/README.md) for usage with Node.js/Browserify.
18
19```
20npm install linkifyjs
21```
22