From 31f71c2ed744660aee1d1aecf4346da8aa411e01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Hurtado?= Date: Thu, 31 Oct 2019 15:30:02 +0100 Subject: [PATCH] Fix code highlights in README.rst --- README.rst | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 1c11d43..31b2c1c 100644 --- a/README.rst +++ b/README.rst @@ -47,16 +47,14 @@ an infinite number of times! Instead, let's put Kapow! into action. With Kapow! you just need to create a ``.pow`` file named ``backups.pow`` that contains: -```Shell +.. code-block:: sh kapow route add /backups \ -c 'cloudx storage ls /backups | grep $(kapow get /request/params/query) | kapow set /response/body' -``` and execute it in the remote host with the command: -```Shell +.. code-block:: sh kapow server backups.pow -``` and that's it. Done. You have a web server that people can use to request their backups every time they need only by invoking the URL