README: Cosmetics

This commit is contained in:
Tomasz Rybarczyk 2018-04-22 16:52:32 +02:00
parent bb493e5983
commit 94ed11d6cb

View File

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