Italize the word "Kapow!"

This commit is contained in:
Roberto Abdelkader Martínez Pérez
2019-12-18 17:04:22 +01:00
committed by GitHub
parent 1c6a928333
commit 5bd6729443
+3 -3
View File
@@ -12,7 +12,7 @@
--- ---
## What's Kapow! ## What's *Kapow!*
Say we have a nice cozy **shell command** that solves our problem. *Kapow!* lets Say we have a nice cozy **shell command** that solves our problem. *Kapow!* lets
us easily **turn that into an HTTP API**. us easily **turn that into an HTTP API**.
@@ -30,7 +30,7 @@ kapow route add /apache-errors - <<-'EOF'
EOF EOF
``` ```
and then, run it using Kapow! and then, run it using *Kapow!*
```bash ```bash
[apache-host]$ kapow server --bind 0.0.0.0:8080 search-apache-errors.pow [apache-host]$ kapow server --bind 0.0.0.0:8080 search-apache-errors.pow
@@ -46,7 +46,7 @@ finally, we can read from the just-defined endpoint:
... ...
``` ```
### Why Kapow! shines in these cases ### Why *Kapow!* shines in these cases
- We can share information **without having to grant SSH access** to anybody. - We can share information **without having to grant SSH access** to anybody.
- We can share information easily **over HTTP**. - We can share information easily **over HTTP**.