From 9c83f3ec87c083d7f65602b8085b47edc4cf4026 Mon Sep 17 00:00:00 2001 From: danwahlin Date: Sun, 17 Sep 2023 10:18:22 -0700 Subject: [PATCH] Update wording --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 798e11ce..956c3370 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ An example of this application that uses standalone components (no modules) can ## Running the Application with Node.js -1. Install the latest LTS version of Node.js from https://nodejs.org. *IMPORTANT: The server uses ES2015 features AND the Angular CLI so you need a current version of Node.js.* +1. Install the latest LTS version of Node.js from https://nodejs.org. *IMPORTANT: The server uses ES2015 features AND the Angular CLI so you need a modern version of Node.js.* 1. Run `npm install` to install app dependencies