Skip to content

Commit

Permalink
Fix linkify example
Browse files Browse the repository at this point in the history
  • Loading branch information
TrySound committed Aug 7, 2019
1 parent dc3bda9 commit 4fe5e1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -293,8 +293,8 @@ plugins.
Autoconvert URL-like text to links

```js
import Remarkable from 'remarkable';
import linkify from 'remarkable/linkify';
import { Remarkable } from 'remarkable';
import { linkify } from 'remarkable/linkify';

var md = new Remarkable().use(linkify);
```
Expand Down

0 comments on commit 4fe5e1f

Please sign in to comment.