From 44644436b8125a83b29d651a659b6a0292bf42a2 Mon Sep 17 00:00:00 2001 From: Jackie Tung Date: Fri, 18 Dec 2020 03:29:46 -0800 Subject: [PATCH] Fix typo in flask_container_ci/README.md (#123) --- exercises/flask_container_ci/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/exercises/flask_container_ci/README.md b/exercises/flask_container_ci/README.md index 35c85ee..e4ac21d 100644 --- a/exercises/flask_container_ci/README.md +++ b/exercises/flask_container_ci/README.md @@ -13,8 +13,8 @@ If any of the following steps is not working, it is expected from you to fix the 1. Move to `challenges/flask_container_ci` directory, if you are not already there 1. Run `export FLASK_APP=app/main.py` -1. To run the app execute `flask run`. If it doesn't works, fix it -3. Access `http://127.0.0.1:5000`. You should see the following +1. To run the app execute `flask run`. If it doesn't work, fix it +3. Access `http://127.0.0.1:5000`. You should see the following: ``` { @@ -31,7 +31,7 @@ If any of the following steps is not working, it is expected from you to fix the * /users - all users data * /users/ - data on the specific chosen user -5. When accessing /users, the data returned should not include the id of the user, only its name and description. Also, the data should be ordered by users names. +5. When accessing /users, the data returned should not include the id of the user, only its name and description. Also, the data should be ordered by usernames. ## Containers