ソースを参照

Updated readme.md

in Example of Setting options -> Locally, While creating showdown.Converter object closing '}' is missing
Dipesh 10 年 前
コミット
e5f886b670
1 ファイル変更1 行追加1 行削除
  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**