README.md: fix multiline.pow that I just broke :-/

This commit is contained in:
pancho horrillo
2019-06-13 08:51:22 +02:00
parent 5db6d6b37e
commit 8ce19166a4
+1
View File
@@ -117,6 +117,7 @@ Let's write a `multiline.pow` file with the following content:
```bash
kapow route add /log_and_love - <<- 'EOF'
echo "[$(date)] and stuff" >> stuff.log
echo love | response /body
EOF
```