diff --git a/README.md b/README.md index e9ac627..097e051 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Showdown, at least as it exists on GitHub. Apologies for any confusion or perceived misinformation. -Cheers, +Cheers,
Corey @@ -38,10 +38,10 @@ Quick Example ------------- ``` js -var Showdown = require('showdown').Showdown -var converter = new Showdown().converter() +var Showdown = require('showdown'); +var converter = new Showdown.converter(); -converter.makeHtml('#hello markdown!') +converter.makeHtml('#hello markdown!'); //

hello, markdown

@@ -308,21 +308,21 @@ Credits --------------------------- * Origins - * [John Fraser](http://attacklab.net/): + * [John Fraser](http://attacklab.net/):
Author of Showdown - * [John Gruber](http://daringfireball.net/projects/markdown/): + * [John Gruber](http://daringfireball.net/projects/markdown/):
Author of Markdown * Maintenance - * [Corey Innis](http://github.com/coreyti): + * [Corey Innis](http://github.com/coreyti):
GitHub project maintainer - * [Remy Sharp](http://remysharp.com/): + * [Remy Sharp](http://remysharp.com/):
CommonJS-compatibility and more - * [Roger Braun](https://github.com/rogerbraun): + * [Roger Braun](https://github.com/rogerbraun):
Github-style code blocks - * [Dominic Tarr](https://github.com/dominictarr): + * [Dominic Tarr](https://github.com/dominictarr):
Documentation - * [Cat Chen](https://github.com/CatChen): + * [Cat Chen](https://github.com/CatChen):
Export fix - * [Titus Stone](https://github.com/tstone): + * [Titus Stone](https://github.com/tstone):
Mocha tests + bug fixes diff --git a/package.json b/package.json index 71b1d46..abc10b1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "showdown", - "version": "0.1.0", + "version": "0.2.0", "author": "John Fraser", "contributors": [ "John Gruber", @@ -10,7 +10,8 @@ "Konstantin Käfer", "Roger Braun", "Dominic Tarr", - "Cat Chen" + "Cat Chen", + "Titus Stone" ], "repository": { "type": "git",