From f28ca5a114bb6041f1c5fb499cd7b8a67e4a77c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roberto=20Abdelkader=20Mart=C3=ADnez=20P=C3=A9rez?= Date: Fri, 23 Aug 2019 17:31:24 +0200 Subject: [PATCH] Proper indentation --- README.rst | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.rst b/README.rst index 9c74712..7784056 100644 --- a/README.rst +++ b/README.rst @@ -52,9 +52,9 @@ Superpowers Kapow! gives you: - * A very simple way to turn any shell **executable into an API** - * A **remote administration** API - * A way to define the integration in you own terms, obligations-free! +* A very simple way to turn any shell **executable into an API** +* A **remote administration** API +* A way to define the integration in you own terms, obligations-free! Curses @@ -63,18 +63,18 @@ Curses Kapow! can't help when: ----------------------- - * You need high throughput: Kapow! spawns a new executable for every HTTP call - * You must perform complex logic to attend the request: never use Kapow! if - your executables don't perform al least 90% of the hard work - * You are building a huge application +* You need high throughput: Kapow! spawns a new executable for every HTTP call +* You must perform complex logic to attend the request: never use Kapow! if + your executables don't perform al least 90% of the hard work +* You are building a huge application When it is your best friend: -------------------------- - * Easy command + Hard API = Kapow! to the rescue - * SSH for one command? Kapow! allows you to share only that command - * Remote instrumentation of several machines? Make it easy with Kapow! +* Easy command + Hard API = Kapow! to the rescue +* SSH for one command? Kapow! allows you to share only that command +* Remote instrumentation of several machines? Make it easy with Kapow! The more you know