Merge pull request #176 from dipskakadiya/master

Updated readme.md
This commit is contained in:
Estevão Soares dos Santos 2015-07-15 11:09:40 +01:00
commit 932610839f

View File

@ -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**