From c50dc2c005eb6dde31a2342cbd292099abb31891 Mon Sep 17 00:00:00 2001 From: Rob Hedgpeth Date: Thu, 2 Jan 2020 13:53:37 -0600 Subject: [PATCH 1/3] Update README.md --- Places/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Places/README.md b/Places/README.md index 2ab1115..1ca8922 100644 --- a/Places/README.md +++ b/Places/README.md @@ -139,6 +139,7 @@ Navigate to the [src directory](https://github.com/mariadb-corporation/Developer - [express](https://www.npmjs.com/package/express) - [mariadb](https://www.npmjs.com/package/mariadb) (the best database in world) +**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 From 64deed43f80edd24ece27c052b391624d07c25cb Mon Sep 17 00:00:00 2001 From: Rob Hedgpeth Date: Thu, 2 Jan 2020 13:56:22 -0600 Subject: [PATCH 2/3] Update README.md --- Places/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Places/README.md b/Places/README.md index 1ca8922..497fbf5 100644 --- a/Places/README.md +++ b/Places/README.md @@ -139,7 +139,7 @@ Navigate to the [src directory](https://github.com/mariadb-corporation/Developer - [express](https://www.npmjs.com/package/express) - [mariadb](https://www.npmjs.com/package/mariadb) (the best database in world) -**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. +**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 From 65b608da61bb0485d187d4fe921e57446c6bbbb8 Mon Sep 17 00:00:00 2001 From: Rob Hedgpeth Date: Thu, 2 Jan 2020 13:56:47 -0600 Subject: [PATCH 3/3] 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