diff --git a/README.md b/README.md index ec9f379..e87cac6 100644 --- a/README.md +++ b/README.md @@ -112,7 +112,7 @@ Local options can be set: * **through the setOption() method** ```js var converter = new showdown.Converter(); - conveter.setOption('optionKey', 'value'); + converter.setOption('optionKey', 'value'); ``` ### Getting an option