Skip to content

Commit c5c4ea0

Browse files
authored
docs: Correct pnpm installation syntax
1 parent 074db22 commit c5c4ea0

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)