Procházet zdrojové kódy

Updated readme.md

in Example of Setting options -> Locally, While creating showdown.Converter object closing '}' is missing
Dipesh před 10 roky
rodič
revize
e5f886b670
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -117,7 +117,7 @@ Local options can be set:
 
  * **through the constructor**
     ```js
-    var converter = new showdown.Converter({optionKey: 'value');
+    var converter = new showdown.Converter({optionKey: 'value'});
     ```
 
  * **through the setOption() method**