Skip to content

Commit 28d3789

Browse files
authored
Fix some typos in the README
I noticed these errors when adding this plugin to my project.
1 parent 8e02448 commit 28d3789

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ As peerDependencies, `prettier` and `ember-template-lint` will have to be instal
2727
## Recommended configuration
2828

2929
A recommended configuration is available. To use it, merge the following object
30-
to your `.templatelintrc.js` file:
30+
to your `.template-lintrc.js` file:
3131

3232
```
3333
module.exports = {
3434
plugins: ["ember-template-lint-plugin-prettier"],
3535
36-
extends: ["recommend", "ember-template-lint-plugin-prettier:recommended"],
36+
extends: ["recommended", "ember-template-lint-plugin-prettier:recommended"],
3737
},
3838
};
3939
```

0 commit comments

Comments
 (0)