From 64deed43f80edd24ece27c052b391624d07c25cb Mon Sep 17 00:00:00 2001 From: Rob Hedgpeth Date: Thu, 2 Jan 2020 13:56:22 -0600 Subject: [PATCH] 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