docs(README.md): fix typo

This commit is contained in:
Estevão Soares dos Santos 2015-07-07 10:48:39 +01:00
parent 35fcd2cc6c
commit 3f90ebb7fb

View File

@ -112,7 +112,7 @@ Local options can be set:
* **through the setOption() method** * **through the setOption() method**
```js ```js
var converter = new showdown.Converter(); var converter = new showdown.Converter();
conveter.setOption('optionKey', 'value'); converter.setOption('optionKey', 'value');
``` ```
### Getting an option ### Getting an option