From 627da598fd6cca0b22c6ff7d332fe01c59cb04d4 Mon Sep 17 00:00:00 2001 From: Jose Pablo Domingo Aramburo Sanchez Date: Sat, 18 Aug 2018 12:48:58 -0600 Subject: [PATCH] Corrections readme (#27) * [fix] Docker command in was not showing * [fix] Image points to master --- README.rst | 5 ++--- documentation/README.rst | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 18fa55b..95d20ce 100644 --- a/README.rst +++ b/README.rst @@ -43,10 +43,9 @@ To install docker compose sudo chmod +x /usr/local/bin/docker-compose -And finally the containers can be initialized by running - +And finally the containers can be initialized by running .. code-block:: bash - sudo docker-compose up --build -d + sudo docker-compose up --build -d Sign in ----------------- diff --git a/documentation/README.rst b/documentation/README.rst index 5a75038..23044ce 100644 --- a/documentation/README.rst +++ b/documentation/README.rst @@ -64,7 +64,7 @@ Out: Calculating the monthly salary -------------------------------- -.. image:: https://raw.githubusercontent.com/PootisPenserHere/payroll_manager/Diagrams/master/calculatingSalary.bmp +.. image:: https://raw.githubusercontent.com/PootisPenserHere/payroll_manager/master/documentation/calculatingSalary.bmp Tests cases -----------------