From a2991372bf0e63f820d08296015995bb1b824dcd Mon Sep 17 00:00:00 2001 From: Jim Tittsler Date: Sat, 16 Feb 2019 15:02:11 +0900 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d6cad16..3315e98 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ This library uses [`node-postgres`](https://github.com/brianc/node-postgres) to You have three options: -If you don's send any argument to `new PostgresPubSub()`, we'll create a `postgres` client with no arguments. +If you don't send any argument to `new PostgresPubSub()`, we'll create a `postgres` client with no arguments. You can also pass [node-postgres connection options](https://node-postgres.com/features/connecting#programmatic) to `PostgresPubSub`.