From aab8006661885717f496a85af452387873e3c2f0 Mon Sep 17 00:00:00 2001 From: Tiffany Le-Nguyen Date: Thu, 19 Aug 2021 15:12:15 -0400 Subject: [PATCH] chore: remove "Essential" from name of Angular plugin --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a48c51ee..6199bbff 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ![Netlify Build plugin Angular Serverless – Run Angular Universal seamlessly on Netlify](netlify-plugin-angular.png) -# Essential Angular Universal Plugin +# Angular Universal Plugin

@@ -52,7 +52,7 @@ in our docs. ### Requirements -To use the Essential Angular Universal plugin while building and deploying with the CLI, you need to have `netlify-cli v5.4.13` installed (or a later version). +To use the Angular Universal plugin while building and deploying with the CLI, you need to have `netlify-cli v5.4.13` installed (or a later version). Please also make sure to use `ntl deploy --build --prod` (rather than `ntl build`).