From 542e86f8528c0d8768a9da53bc1b8e7668102913 Mon Sep 17 00:00:00 2001 From: keiranjprice101 <44777678+keiranjprice101@users.noreply.github.com> Date: Wed, 19 Jun 2019 07:48:59 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 51aa1af3..58835c10 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ class Constants: To run the API from the command line, the enviroment variable `FLASK_APP` should be set to `src/main.py`. Once this is -set the API can be run with `flask run`. The `flask run` command gets installed with flask. +set the API can be run with `flask run` while inside the root directory of the project. The `flask run` command gets installed with flask. Examples shown: Unix