From 3d0d285b50acd9cc325661e4b45e8545d6c425ba Mon Sep 17 00:00:00 2001 From: Yamila Moreno Date: Wed, 27 Jan 2021 11:54:19 +0100 Subject: [PATCH] (chore) fix some typos --- README.md | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 2bd316fc..5355c3d8 100644 --- a/README.md +++ b/README.md @@ -2,14 +2,11 @@ ## Getting Started -This section intends to explain how to get Taiga up and running in a -simple two steps, using **docker** and **docker-compose**. +This section intends to explain how to get Taiga up and running in a simple two steps, using **docker** and **docker-compose**. -If you don't have docker installed, please follow installation -instructions from docker.com: https://docs.docker.com/engine/install/ +If you don't have docker installed, please follow installation instructions from docker.com: https://docs.docker.com/engine/install/ -Additionally, it's necessary to have familiarity with Docker, -docker-compose and Docker repositories. +Additionally, it's necessary to have familiarity with Docker, docker-compose and Docker repositories. ### Start the application @@ -18,8 +15,7 @@ docker-compose and Docker repositories. $ ./launch-all.sh ``` -After some instants, when the application is stated you can proceed to create the superuser -with the following script: +After some instants, when the application is started you can proceed to create the superuser with the following script: ```sh $ ./taiga-manage.sh createsuperuser