From 65b608da61bb0485d187d4fe921e57446c6bbbb8 Mon Sep 17 00:00:00 2001 From: Rob Hedgpeth Date: Thu, 2 Jan 2020 13:56:47 -0600 Subject: [PATCH] Update README.md --- Flights/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Flights/README.md b/Flights/README.md index b042f57..80e97dc 100644 --- a/Flights/README.md +++ b/Flights/README.md @@ -95,7 +95,7 @@ For the server-side: - [express](https://www.npmjs.com/package/express) - [mariadb](https://www.npmjs.com/package/mariadb) (the best database in world) -**Quick tip:** You can also execute the CLI command `npm install` within the src and client folders. Doing so will target the the relative `package.json` files to install all dependencies. +**Quick tip:** Executing the CLI command `npm install` within the [src](src) AND [client](src/client) folders will target the the relative `package.json` file and install all dependencies. ### Run the app