Updated README to match previous change
This commit is contained in:
parent
e924b04aa2
commit
5d56cce321
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ var converter = new Showdown().converter({
|
|||
|
||||
```js
|
||||
var Showdown = require('showdown');
|
||||
var twitter = require('showdown.extensions.twitter');
|
||||
var twitter = Showdown.extensions.twitter;
|
||||
var converter = new Showdown().converter({ extensions: [twitter] });
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue