Skip to content

Commit 55f42b6

Browse files
authored
docs(readme): fix refs to old package name (#112)
This package was renamed 9 months ago.
1 parent 5b675d1 commit 55f42b6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,15 @@ Create a `netlify.toml` in the root of your project. Your file should include th
3434

3535
```toml
3636
[[plugins]]
37-
package = "@netlify/plugin-angular-universal"
37+
package = "@netlify/angular-runtime"
3838
```
3939

4040
Install it via your package manager:
4141

4242
```bash
43-
npm install -D @netlify/plugin-angular-universal
43+
npm install -D @netlify/angular-runtime
4444
# or
45-
yarn add -D @netlify/plugin-angular-universal
45+
yarn add -D @netlify/angular-runtime
4646
```
4747

4848
Read more about [file-based plugin installation](https://docs.netlify.com/configure-builds/build-plugins/#file-based-installation)
@@ -81,7 +81,7 @@ netlify serve
8181

8282
### Requirements
8383

84-
To use the Angular Universal plugin while building and deploying with the CLI, you need to have `netlify-cli v17.0.0` installed (or a later version).
84+
To use the Angular Runtime while building and deploying with the CLI, you need to have `netlify-cli v17.0.0` installed (or a later version).
8585

8686
Please also make sure to use `ntl deploy --build` (rather than `ntl build && ntl deploy`).
8787

0 commit comments

Comments
 (0)