Skip to content

Commit 336c0d9

Browse files
Merge pull request #1547 from MichalBryxi/patch-2
docs: Correct pnpm installation syntax
2 parents 074db22 + c5c4ea0 commit 336c0d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Installation
2020

2121
#### pnpm
2222
```bash
23-
pnpm add --dev @ember/test-helpers
23+
pnpm add --save-dev @ember/test-helpers
2424
```
2525

2626
#### npm

0 commit comments

Comments
 (0)