Skip to content

Commit

Permalink
docs(readme): fix refs to old package name
Browse files Browse the repository at this point in the history
This package was renamed 9 months ago.
  • Loading branch information
serhalp committed May 23, 2024
1 parent 5b675d1 commit 4418206
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@ Create a `netlify.toml` in the root of your project. Your file should include th

```toml
[[plugins]]
package = "@netlify/plugin-angular-universal"
package = "@netlify/angular-runtime"
```

Install it via your package manager:

```bash
npm install -D @netlify/plugin-angular-universal
npm install -D @netlify/angular-runtime
# or
yarn add -D @netlify/plugin-angular-universal
yarn add -D @netlify/angular-runtime
```

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

### Requirements

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).
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).

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

Expand Down

0 comments on commit 4418206

Please sign in to comment.