From 92bb1407f8a399104157da7ba4d19f6476dbaf94 Mon Sep 17 00:00:00 2001 From: "Tara Z. Manicsic" Date: Fri, 20 Aug 2021 00:31:56 -0400 Subject: [PATCH] removes "essential" from name in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 449d7a5d..6010769d 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`).