From eb0e9f37b04f2a01ffc8956df10bfccaa03d8689 Mon Sep 17 00:00:00 2001 From: VG Date: Tue, 26 Apr 2016 10:21:38 +0200 Subject: fix rst missing white line for code block --- readme.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.rst b/readme.rst index a723e37..5ff3b2a 100644 --- a/readme.rst +++ b/readme.rst @@ -89,6 +89,7 @@ For example, a useless worker, but simple to understand the principle is just a worker echo each item it receive: .. code:: shell + #!/bin/sh line="$(cat)" echo "Printing line '$line' and sleeping $1 seconds" -- cgit v1.2.3