Skip to content

Commit 5752e9c

Browse files
Update README.md
1 parent 80bd9cc commit 5752e9c

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
@@ -5,7 +5,7 @@ Simple Flask project that loads pandas dataframe into the database and shows the
55

66
- Create a simple Flask [app](/app.py)
77
- Download a public [pandas](./titanic.csv) DF
8-
- Create a SQLite DB and a table to save the information
8+
- Create an SQLite DB and a table to save the information
99
- Load pandas in DB using a new `custom command`
1010
- Visualize the data in the browser
1111

@@ -53,7 +53,7 @@ $ # (Windows) set FLASK_ENV=development
5353
$ # (Powershell) $env:FLASK_ENV = "development"
5454
$
5555
$ flask run
56-
$ # access the app in the browser: http://localhost:5005
56+
$ # access the app in the browser: http://localhost:5000
5757
```
5858

5959
<br />

0 commit comments

Comments
 (0)