From aaf80a08db0fcfc030c95c3b6d961fa7285e7e95 Mon Sep 17 00:00:00 2001 From: "Timothy J. Warren" Date: Tue, 28 Oct 2014 10:13:15 -0400 Subject: [PATCH] Update README with npm information --- README.md | 6 +++++- package.json | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4464122..448409b 100755 --- a/README.md +++ b/README.md @@ -10,9 +10,13 @@ A node query builder for various SQL databases, based on CodeIgniter's query bui * mysql2 * pg +### Installation + + npm install ci-node-query + ### Basic use - var nodeQuery = require('node-query'); + var nodeQuery = require('ci-node-query'); var connection = ... // Database module connection diff --git a/package.json b/package.json index 0bf10e0..ae0584e 100755 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "node-query", + "name": "ci-node-query", "version": "0.0.1", "description": "A query builder for node based on the one in CodeIgniter", "author": "Timothy J Warren ",