Skip to content

Commit

Permalink
Merge pull request #109 from akarve/master
Browse files Browse the repository at this point in the history
Correct require path for hashtag plugin
  • Loading branch information
nfrasser committed Jan 28, 2016
2 parents e7ac584 + 8696cba commit 64fff90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ See [all available options](http://soapbox.github.io/linkifyjs/docs/options.html

```js
var linkify = require('linkifyjs');
require('linkifyjs/plugin/hashtag')(linkify); // optional
require('linkifyjs/plugins/hashtag')(linkify); // optional
var linkifyHtml = require('linkifyjs/html');
```

Expand Down

0 comments on commit 64fff90

Please sign in to comment.