diff --git a/README.org b/README.org index 431477e..c619c5e 100644 --- a/README.org +++ b/README.org @@ -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*