README: minor improvements

This commit is contained in:
Tomasz Rybarczyk 2018-10-21 11:41:25 +02:00
parent 51cfe5b6ff
commit f7f2e3c960

View File

@ -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