From a1276bc057b96bf6cdd44d2fc8a2746baddc0df1 Mon Sep 17 00:00:00 2001 From: rightfold Date: Sat, 6 May 2017 16:52:50 +0200 Subject: [PATCH] Clarify that purspgpp is optional --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 45cadd6..b6e6d6e 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@ purescript-postgresql-client is a PostgreSQL client library for PureScript. To use this library, you need to add `pg` as an npm dependency. -Included is a preprocessor, purspgpp, which finds embedded SQL queries in -PureScript source files and infers their types. Such queries can be written as -follows: +Included is an optional preprocessor, purspgpp, which finds embedded SQL +queries in PureScript source files and infers their types. Such queries can be +written as follows: ```purescript userName = [query|