From d075cc4118c48b5f5418aa6f9a37c68dd7217ec3 Mon Sep 17 00:00:00 2001 From: Jason Brumwell Date: Thu, 11 Aug 2016 21:40:13 -0400 Subject: [PATCH] Update readme with testing --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index af033d8..22c909f 100644 --- a/README.md +++ b/README.md @@ -305,5 +305,5 @@ The object containing query details that is being sent to knex database dialect ```sh $ npm install -$ npm test +$ make test-suite ```