From 94ed11d6cb8584ae3a87d444501730d01a1e8a5b Mon Sep 17 00:00:00 2001 From: Tomasz Rybarczyk Date: Sun, 22 Apr 2018 16:52:32 +0200 Subject: [PATCH] README: Cosmetics --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a36eaca..f7488ea 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,9 @@ purescript-postgresql-client is a PostgreSQL client library for PureScript. ## Install To use this library, you need to add `pg` and `decimal.js` as an npm dependency. You can also -find this npm library on [https://github.com/brianc/node-postgres][pg]. +find first of them on [https://github.com/brianc/node-postgres][pg]. -## Preprocessing static SQL statements +## Generating SQL Queries The purspgpp preprocessor has been replaced by [sqltopurs], which is a code generator instead of a preprocessor, and easier to use. @@ -16,4 +16,4 @@ generator instead of a preprocessor, and easier to use. ## Testing -To run test you have to prepare "purspg" database and use standard command: `pulp test` +To run tests you have to prepare "purspg" database and use standard command: `pulp test`.