From cdddc0685da5fdcac88c1b418cd656c0dfbaa39c Mon Sep 17 00:00:00 2001 From: Aden Krakman Date: Wed, 7 Dec 2022 23:45:35 -0600 Subject: [PATCH] readme fix typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 39dbd245b..b7751a023 100644 --- a/README.md +++ b/README.md @@ -95,13 +95,13 @@ If you would like to access the project code or the development website, follow 2. In the `src/frontend` directory, install npm packages: ```sh - npm install -force + npm install --force ``` 3. In the same directory start the React app: ```sh npm start ``` -4. Open another terminal and move to the `src/backend` directory, install pip packages: +4. Open another terminal, move to the `src/backend` directory, and install pip packages: ```sh pip install -r requirements.txt ```