Skip to content

docs(readme): fix refs to old package name #112

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 23, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading