Skip to content

Commit 441e148

Browse files
authored
Merge pull request #15 from gitKrystan/docs3
Fix yarn install instructions
2 parents 63b3815 + 9d96dae commit 441e148

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

.prettierignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ pnpm-lock.yaml
33
**/*/pnpm-lock.yaml
44
tests/__snapshots__
55
tests/cases
6+
CHANGELOG.md
67

78
# Everything below this point should match gitignore
89

CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,3 @@
88
#### Committers: 1
99
- Krystan HuffMenne ([@gitKrystan](https://github.com/gitKrystan))
1010

11-
# Changelog

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ A [Prettier](https://prettier.io/) plugin for formatting [Ember template tags](h
1919
Yarn:
2020

2121
```bash
22-
yarn add --save-dev prettier prettier-plugin-ember-template-tag
22+
yarn add --dev prettier prettier-plugin-ember-template-tag
2323
```
2424

2525
PNPM:

0 commit comments

Comments
 (0)