From 38282480fe1681301a3a8decc8ebbbff44102558 Mon Sep 17 00:00:00 2001 From: Rob Hedgpeth Date: Wed, 5 Feb 2020 18:18:34 -0600 Subject: [PATCH] Readme updates --- Bookings/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bookings/README.md b/Bookings/README.md index ab9571e..18bc2e0 100644 --- a/Bookings/README.md +++ b/Bookings/README.md @@ -192,7 +192,7 @@ DB_NAME= Once you have retrieved a copy of the code you're ready to build and run the project! However, before running the code it's important to point out that the application uses several Node Packages. -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. +Executing the CLI command `npm install` within the [src](src) (the Node.js project) AND [client](src/client) (the React.js project) folders will target the the relative `package.json` file and install all dependencies. For more information on `npm install` check out the [Official Node.js Documentation](https://docs.npmjs.com/downloading-and-installing-packages-locally).