Update README.md

pull/1/head
Rob Hedgpeth 2020-01-02 13:56:22 -06:00 zatwierdzone przez GitHub
rodzic c50dc2c005
commit 64deed43f8
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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 <a name="run-app"></a>