Skip to content

Commit e0178d4

Browse files
committed
Update README
1 parent 5ba31b5 commit e0178d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ We started the full stack application for you. It is designed with some key func
2626

2727
The [./backend](./backend/README.md) directory contains a partially completed Flask and SQLAlchemy server. You will work primarily in `__init__.py` to define your endpoints and can reference models.py for DB and SQLAlchemy setup. These are the files you'd want to edit in the backend:
2828

29-
1. _./backend/flaskr/`__init__.py`_
30-
2. _./backend/test_flaskr.py_
29+
1. `./backend/flaskr/__init__.py`
30+
2. `./backend/test_flaskr.py`
3131

3232
### Frontend
3333

0 commit comments

Comments
 (0)