From a9adbd72ed98403052c38844ea52cf68faad3bdc Mon Sep 17 00:00:00 2001 From: "Elf M. Sternberg" Date: Tue, 12 Jul 2016 15:35:11 -0700 Subject: [PATCH] Fixing typos, adding examples. --- README.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 9003b65..52c9f3d 100644 --- a/README.rst +++ b/README.rst @@ -15,7 +15,8 @@ Example I created these handlers to help with finding nested folders in my music catalog program, `Catalogia`. -.. code-block:: sql +:: + SELECT dirname(mp3a.path) AS parent, dirname(mp3b.path) AS child FROM catalog_mp3 AS mp3a,