Pārlūkot izejas kodu

Updated readme.md

in Example of Setting options -> Locally, While creating showdown.Converter object closing '}' is missing
Dipesh 10 gadi atpakaļ
vecāks
revīzija
e5f886b670
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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**