Skip to content

Commit

Permalink
docs(REAMDE.md): fix typo in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
tivie committed Jun 4, 2015
1 parent f3e5b4d commit 73bdb97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 73bdb97

Please sign in to comment.