diff --git a/README.md b/README.md index f2f4f25..de86938 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ You can also [download the latest release zip or tarball](https://github.com/sho After including the extension in your application, you just need to enable it in showdown. - var converter = new Showdown.converter({extensions: ['prettify']}); + var converter = new showdown.Converter({extensions: ['prettify']}); ## Example