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
+2 -1
View File
@@ -116,7 +116,8 @@ mechanism that we can leverage precisely for this purpose.
Let's write a `multiline.pow` file with the following content:
```bash
kapow route add /log_and_love - <<- 'EOF'
kapow route add /log_and_love - <<- 'EOF'
echo "[$(date)] and stuff" >> stuff.log
echo love | response /body
EOF
```