Explorar o código

Updated README to match previous change

Titus %!s(int64=13) %!d(string=hai) anos
pai
achega
5d56cce321
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -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] });
 ```