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