diff --git a/README.md b/README.md index 0405727a..07d787b4 100644 --- a/README.md +++ b/README.md @@ -286,18 +286,18 @@ Have a look at the existing issues. There may exist similar issues with useful i * `examples/.js` * Add some examples for the documentation * Run the `gulp docs` task to test the examples and update the markdown documentation -* `docs/.js` +* `docs/.md` * Generated by the `gulp docs` task ### Files you have to touch * `index.js` - * Add your rule `rulesConfiguration.addRule('', [0, {someConfig: 'someValue'])` + * Add your rule `rulesConfiguration.addRule('', [0, {someConfig: 'someValue'}])` ### Before you open your PR * Check that the `gulp` task is working -* Commit generated changes in `README.md` and `docs/.js` +* Commit generated changes in `README.md` and `docs/.md` * Open your PR to the `development` branch NOT `master` ### Rules specific for Angular 1 or 2