From f7f2e3c96031b296da3bbc99eea54f5b2d55b211 Mon Sep 17 00:00:00 2001 From: Tomasz Rybarczyk Date: Sun, 21 Oct 2018 11:41:25 +0200 Subject: [PATCH] README: minor improvements --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bcb8fbf..1fba8d2 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,7 @@ run = do We can now create our temporary table which we are going to query in this example. `execute` ignores result value which is what we want in this case. +The last `Row0` value indicates that this `Query` doesn't take any additional parameters. ```purescript