From 8ce19166a4a589c67983c4af4a23e00c6c18e53e Mon Sep 17 00:00:00 2001 From: pancho horrillo Date: Thu, 13 Jun 2019 08:51:22 +0200 Subject: [PATCH] README.md: fix `multiline.pow` that I just broke :-/ --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a24c3bc..88956c6 100644 --- a/README.md +++ b/README.md @@ -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 ```