From 51189cfa18114aa29dbb7b503a190cf811dc4584 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20Babi=C4=8D?= Date: Sun, 3 May 2020 09:34:40 +0200 Subject: [PATCH] fix spacing --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9a5d5b6..57db41f 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,15 @@ # Install + Run `composer install` after downloading. # Description + Excercise for implementing TDD (Test-driven development) in PHP. # Output + Converts map (1 indicating a coffee) of a table looking like this: + ``` $map = [ [0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0], @@ -30,6 +34,7 @@ $map = [ [0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0], ]; ``` + Into this: -![alt text](output.png "Logo Title Text 1") \ No newline at end of file +![alt text](output.png "Logo Title Text 1")