From bb9bf5dab54e9afcb4da5ce512cace4c8bc513b9 Mon Sep 17 00:00:00 2001 From: Matteo Collina Date: Tue, 5 May 2020 11:56:49 +0200 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a748f09..941b5a9 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Under the hood the [node-postgres](https://github.com/brianc/node-postgres) is u ## Install ``` -npm i pg fastify-postgres --save +npm i pg fastify-postgres@2 --save ``` ## Usage Add it to you project with `register` and you are done!