Skip to content

Commit d1e0fb3

Browse files
authored
Update README.md
the backend code resides in the `backend` folder . The flask app is run from inside the backend directory. Using `src` leads to confusion since it is present inside the `frontend` directory.
1 parent f1dfc51 commit d1e0fb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ psql trivia < trivia.psql
3838

3939
### Run the Server
4040

41-
From within the `./src` directory first ensure you are working using your created virtual environment.
41+
From within the `./backend` directory first ensure you are working using your created virtual environment.
4242

4343
To run the server, execute:
4444

0 commit comments

Comments
 (0)