Skip to content

Commit 1f3a720

Browse files
committed
chore: correct npm installation info in readme
1 parent 49f01c1 commit 1f3a720

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ This build plugin is a utility for supporting Angular Universal on Netlify. This
2222
TBD
2323
```
2424

25-
2. From your project's base directory, add this plugin to `devDependencies` in
25+
2. From your project's base directory, add this plugin to `dependencies` in
2626
`package.json`.
2727

2828
```bash
29-
# yarn add -D @netlify/plugin-angular-serverless
30-
npm install -D @netlify/plugin-angular-serverless
29+
# yarn add --save @netlify/plugin-angular-serverless
30+
npm install --save @netlify/plugin-angular-serverless
3131
```
3232

3333
Read more about

0 commit comments

Comments
 (0)