Skip to content

Commit cc54f15

Browse files
author
App Generator
committed
Update README.md
1 parent c823c37 commit cc54f15

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ initialize database, check `run.py` for shell context
5353

5454
```bash
5555
$ flask shell
56-
$ db.create_all()
56+
>>> from api import db
57+
>>> db.create_all()
5758
```
5859

5960
start test APIs server at `localhost:5000`

0 commit comments

Comments
 (0)