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
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")
![alt text](output.png "Logo Title Text 1")

Loading…
Cancel
Save