README.md: fix multiline.pow that I just broke :-/
This commit is contained in:
@@ -116,7 +116,8 @@ mechanism that we can leverage precisely for this purpose.
|
|||||||
Let's write a `multiline.pow` file with the following content:
|
Let's write a `multiline.pow` file with the following content:
|
||||||
|
|
||||||
```bash
|
```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
|
echo love | response /body
|
||||||
EOF
|
EOF
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user