We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7ac584 commit 8696cbaCopy full SHA for 8696cba
README.md
@@ -104,7 +104,7 @@ See [all available options](http://soapbox.github.io/linkifyjs/docs/options.html
104
105
```js
106
var linkify = require('linkifyjs');
107
-require('linkifyjs/plugin/hashtag')(linkify); // optional
+require('linkifyjs/plugins/hashtag')(linkify); // optional
108
var linkifyHtml = require('linkifyjs/html');
109
```
110
0 commit comments