Correct typo

This commit is contained in:
coolneng 2020-01-10 12:21:29 +01:00
parent d93bfa4428
commit f599766609
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 2 additions and 4 deletions

View File

@ -51,7 +51,7 @@ All the dependencies will be installed inside a virtualenv.
1. Start a shell inside the virtualenv:
#+BEGIN_SRC sh
pipenv sh
pipenv shell
#+END_SRC
2. Start the Flask server:
@ -64,6 +64,4 @@ flask run
The database will be created and populated automatically, if needed, each time the server is executed
3. The website can be accessed via the URL:
- localhost:5000
3. The website can be accessed via *localhost:5000*