Skip to content

Commit 3741783

Browse files
author
Eshaan Bansal
authored
Update README.md
1 parent 5dd6eb4 commit 3741783

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ $ python3 # open python interpreter
4343
For Heroku,
4444

4545
```bash
46-
$ heroku run python
47-
>>> from FlaskRTBCTF import db, create_app
48-
>>> db.create_all(app=create_app())
46+
$ heroku run python
47+
>>> from FlaskRTBCTF import db, create_app
48+
>>> db.create_all(app=create_app())
4949
```
5050

5151
## To-do

0 commit comments

Comments
 (0)