diff --git a/index.html b/index.html
index ff6ec63..f83f075 100644
--- a/index.html
+++ b/index.html
@@ -56,6 +56,7 @@ converter.makeHtml('#hello markdown!');
Need Help?
+- Change Log
- Wiki
- Google Group
- Issues
diff --git a/params.json b/params.json
index 0520b71..f30c983 100644
--- a/params.json
+++ b/params.json
@@ -1 +1 @@
-{"name":"Showdown","tagline":"A JavaScript markdown converter. Extensible. Truthful.","body":"\r\n**Showdown** is a markdown parser and html converter with an attempt to stay [as close as possible](https://github.com/showdownjs/showdown/wiki/divergences) to the [original](http://web.archive.org/web/20110111145019/http://attacklab.net/showdown/), while providing extensibility through a simple yet efficient [plugin](https://github.com/showdownjs/showdown/wiki/extensions) facility. Tables, GitHub flavoured, and what not.\r\n\r\n## Get It\r\n\r\n```\r\nnpm install showdown\r\n# or\r\nbower install showdown\r\n```\r\n\r\n## Use It\r\n\r\n```\r\nvar Showdown = require('showdown');\r\nvar converter = new showdown.Converter();\r\n\r\nconverter.makeHtml('#hello markdown!');\r\n\r\n// hello markdown!
\r\n```\r\n\r\n## Need Help?\r\n\r\n+ [Wiki](https://github.com/showdownjs/showdown/wiki)\r\n+ [Google Group](https://groups.google.com/forum/#!forum/showdownjs)\r\n+ [Issues](https://github.com/showdownjs/showdown/issues)\r\n+ [stackoverflow](http://stackoverflow.com/questions/tagged/showdown)\r\n\r\n## Credits\r\n\r\n+ [Showdown Copyright (c) 2007 John Fraser](http://web.archive.org/web/20110111145019/http://attacklab.net/showdown/)\r\n+ [Original Markdown Copyright (c) 2004-2005 John Gruber](http://daringfireball.net/projects/markdown/)","google":"","note":"Don't delete this file! It's used internally to help with page regeneration."}
\ No newline at end of file
+{"name":"Showdown","tagline":"A JavaScript markdown converter. Extensible. Truthful.","body":"\r\n**Showdown** is a markdown parser and html converter with an attempt to stay [as close as possible](https://github.com/showdownjs/showdown/wiki/divergences) to the [original](http://web.archive.org/web/20110111145019/http://attacklab.net/showdown/), while providing extensibility through a simple yet efficient [plugin](https://github.com/showdownjs/showdown/wiki/extensions) facility. Tables, GitHub flavoured, and what not.\r\n\r\n## Get It\r\n\r\n```\r\nnpm install showdown\r\n# or\r\nbower install showdown\r\n```\r\n\r\n## Use It\r\n\r\n```\r\nvar Showdown = require('showdown');\r\nvar converter = new showdown.Converter();\r\n\r\nconverter.makeHtml('#hello markdown!');\r\n\r\n// hello markdown!
\r\n```\r\n\r\n## Need Help?\r\n\r\n+ [Change Log](https://github.com/showdownjs/showdown/blob/master/CHANGELOG.md)\r\n+ [Wiki](https://github.com/showdownjs/showdown/wiki)\r\n+ [Google Group](https://groups.google.com/forum/#!forum/showdownjs)\r\n+ [Issues](https://github.com/showdownjs/showdown/issues)\r\n+ [stackoverflow](http://stackoverflow.com/questions/tagged/showdown)\r\n\r\n## Credits\r\n\r\n+ [Showdown Copyright (c) 2007 John Fraser](http://web.archive.org/web/20110111145019/http://attacklab.net/showdown/)\r\n+ [Original Markdown Copyright (c) 2004-2005 John Gruber](http://daringfireball.net/projects/markdown/)","google":"","note":"Don't delete this file! It's used internally to help with page regeneration."}
\ No newline at end of file