fix spacing

master
Peter Babič 4 years ago
parent ec9aefbebd
commit 51189cfa18
Signed by: peter.babic
GPG Key ID: 4BB075BC1884BA40
  1. 7
      README.md

@ -1,11 +1,15 @@
# Install # Install
Run `composer install` after downloading. Run `composer install` after downloading.
# Description # Description
Excercise for implementing TDD (Test-driven development) in PHP. Excercise for implementing TDD (Test-driven development) in PHP.
# Output # Output
Converts map (1 indicating a coffee) of a table looking like this: Converts map (1 indicating a coffee) of a table looking like this:
``` ```
$map = [ $map = [
[0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0], [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], [0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0],
]; ];
``` ```
Into this: Into this:
![alt text](output.png "Logo Title Text 1") ![alt text](output.png "Logo Title Text 1")

Loading…
Cancel
Save