zach commited on
Commit
5fae21a
Β·
1 Parent(s): 60f669b

Fix another typo in README

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -33,7 +33,7 @@ Expressive TTS Arena/
33
  β”‚ β”œβ”€β”€ assets/
34
  β”‚ β”‚ β”œβ”€β”€ styles.css # Defines custom css
35
  β”‚ β”œβ”€β”€ database/
36
- β”‚ β”‚ β”œβ”€β”€ __init__.py # Makes database a package; expose methods to persist votes
37
  β”‚ β”‚ β”œβ”€β”€ crud.py # Defines operations for interacting with database
38
  β”‚ β”‚ β”œβ”€β”€ database.py # Sets up SQLAlchemy database connection
39
  β”‚ β”‚ └── models.py # SQLAlchemy database models
 
33
  β”‚ β”œβ”€β”€ assets/
34
  β”‚ β”‚ β”œβ”€β”€ styles.css # Defines custom css
35
  β”‚ β”œβ”€β”€ database/
36
+ β”‚ β”‚ β”œβ”€β”€ __init__.py # Makes database a package; expose ORM methods
37
  β”‚ β”‚ β”œβ”€β”€ crud.py # Defines operations for interacting with database
38
  β”‚ β”‚ β”œβ”€β”€ database.py # Sets up SQLAlchemy database connection
39
  β”‚ β”‚ └── models.py # SQLAlchemy database models