From a05b213e3dcbaa685f75fe4aabc8f6956a76cca8 Mon Sep 17 00:00:00 2001 From: Lawrence Davis Date: Fri, 17 Jan 2025 10:37:26 -0600 Subject: [PATCH] Update README.md to fix angular CLI package typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f282946..478f3af 100644 --- a/README.md +++ b/README.md @@ -118,7 +118,7 @@ The only third-party dependency at the moment is [Mailgun](https://www.mailgun.c 2. Install global npm depencies ```sh npm install -g nx@latest - npm install -g @angular/ci@19 + npm install -g @angular/cli@19 ``` 3. Install local dependencies ```sh