From 4418206704d3a6ee2a730885a9b183405590be80 Mon Sep 17 00:00:00 2001 From: Philippe Serhal Date: Thu, 23 May 2024 09:31:00 -0400 Subject: [PATCH] docs(readme): fix refs to old package name This package was renamed 9 months ago. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9f03d6e9..f8f38e32 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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`).