From 73bdb97c6380263015a1d737b42a483ed16d8de0 Mon Sep 17 00:00:00 2001 From: Estevao Soares dos Santos Date: Thu, 4 Jun 2015 17:41:10 +0100 Subject: [PATCH] docs(REAMDE.md): fix typo in documentation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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