Skip to content

Commit

Permalink
Correct require path for hashtag plugin
Browse files Browse the repository at this point in the history
require('linkifyjs/plugins/hashtag')(linkify);
  • Loading branch information
akarve committed Jan 28, 2016
1 parent e7ac584 commit 8696cba
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 8696cba

Please # to comment.