From 7e07a3c95904c9aa59731720237c08a7f88482b3 Mon Sep 17 00:00:00 2001 From: pancho horrillo Date: Thu, 13 Jun 2019 10:01:31 +0200 Subject: [PATCH] README.md: fix a couple of style issues MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: César Gallego Rodríguez --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1ed1e8b..d90787a 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ kapow route add /backups \ -c 'cloudx storage ls /backups | grep $(request /params/query) | response /body' ``` -And execute it in the host with the command: +and execute it in the host with the command: ```bash kapow server backups.pow ``` @@ -61,7 +61,7 @@ and that's it. Done. Do you like it? yes? Then let's start learning a little more. -## The mandatory Hello World (for WWW boys&girls) +## The mandatory Hello World (for WWW fans) First you must create a pow file named `hello.pow` with the following contents: @@ -82,7 +82,7 @@ curl localhost:8080/greet ``` -## The mandatory Echo (for UNIX boys&girls) +## The mandatory Echo (for UNIX fans) First you must create a pow file named `echo.pow` with the following contents: