README.md: fix a couple of style issues

Co-authored-by: César Gallego Rodríguez <cesar.gallego.next@bbva.com>
This commit is contained in:
pancho horrillo
2019-06-13 10:01:31 +02:00
parent 97f8d653e7
commit 7e07a3c959
+3 -3
View File
@@ -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: