From 4e77464bfc395f214b64879535035d7be6831d66 Mon Sep 17 00:00:00 2001 From: Vince Coppola Date: Mon, 1 Aug 2016 07:24:54 -0700 Subject: [PATCH] Small spelling fix (#1099) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1234ea2..96fd671 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ var pg = require('pg'); // instantiate a new client // the client will read connection information from -// the same environment varaibles used by postgres cli tools +// the same environment variables used by postgres cli tools var client = new pg.Client(); // connect to our database