Skip to content

Commit 64fff90

Browse files
author
Nick Frasser
committed
Merge pull request #109 from akarve/master
Correct require path for hashtag plugin
2 parents e7ac584 + 8696cba commit 64fff90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ See [all available options](http://soapbox.github.io/linkifyjs/docs/options.html
104104

105105
```js
106106
var linkify = require('linkifyjs');
107-
require('linkifyjs/plugin/hashtag')(linkify); // optional
107+
require('linkifyjs/plugins/hashtag')(linkify); // optional
108108
var linkifyHtml = require('linkifyjs/html');
109109
```
110110

0 commit comments

Comments
 (0)