From f5997666093781d4013f9996c2d4cd459ad8f4d3 Mon Sep 17 00:00:00 2001 From: coolneng Date: Fri, 10 Jan 2020 12:21:29 +0100 Subject: [PATCH] Correct typo --- README.org | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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*