diff --git a/README.md b/README.md index 857b5db7..71db21ce 100644 --- a/README.md +++ b/README.md @@ -325,7 +325,7 @@ bad.md: 3: MD018 No space after hash on atx style header Use --force to continue. ``` -## Release History +## History * 0.0.1 - Initial release. * 0.0.2 - Improve documentation, tests, and code. diff --git a/package.json b/package.json index bca20132..6795a08f 100644 --- a/package.json +++ b/package.json @@ -10,9 +10,7 @@ "type": "git", "url": "https://github.com/DavidAnson/markdownlint.git" }, - "bugs": { - "url": "https://github.com/DavidAnson/markdownlint/issues" - }, + "bugs": "https://github.com/DavidAnson/markdownlint/issues", "scripts": { "test": "nodeunit", "test-cover": "istanbul cover node_modules/nodeunit/bin/nodeunit", @@ -32,6 +30,8 @@ "keywords": [ "markdown", "lint", - "md" + "md", + "check", + "validate" ] }