From 03aec7c0b86822d05d54c8c3b358f524b08238f8 Mon Sep 17 00:00:00 2001 From: Ian Royce <75863012+NoicePlayer@users.noreply.github.com> Date: Mon, 10 Jun 2024 00:36:52 -0700 Subject: [PATCH] Added the word "you" --- 7-bank-project/1-template-route/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/7-bank-project/1-template-route/README.md b/7-bank-project/1-template-route/README.md index 0f902537..bec9fc4d 100644 --- a/7-bank-project/1-template-route/README.md +++ b/7-bank-project/1-template-route/README.md @@ -12,7 +12,7 @@ In this lesson, we're going to lay out the foundations to create bank web app, u ### Prerequisite -You need a local web server to test the web app we'll build in this lesson. If don't have one, you can install [Node.js](https://nodejs.org) and use the command `npx lite-server` from your project folder. It will create a local web server and open your app in a browser. +You need a local web server to test the web app we'll build in this lesson. If you don't have one, you can install [Node.js](https://nodejs.org) and use the command `npx lite-server` from your project folder. It will create a local web server and open your app in a browser. ### Preparation