From cfbf791456faa5acd180b0598e3ce3d6beda9383 Mon Sep 17 00:00:00 2001 From: Gustavo Alexandre Nobre Mesquita <65964697+Gustavonobreza@users.noreply.github.com> Date: Tue, 9 Mar 2021 09:47:39 -0300 Subject: [PATCH] Update README.md --- 7-bank-project/1-template-route/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/7-bank-project/1-template-route/README.md b/7-bank-project/1-template-route/README.md index d7a89c5c..4c87948f 100644 --- a/7-bank-project/1-template-route/README.md +++ b/7-bank-project/1-template-route/README.md @@ -12,7 +12,8 @@ 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 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