Explorar o código

Updated readme.md

in Example of Setting options -> Locally, While creating showdown.Converter object closing '}' is missing
Dipesh %!s(int64=10) %!d(string=hai) anos
pai
achega
e5f886b670
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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**