fix sqlite node typos

This commit is contained in:
Dave C-J 2014-09-22 20:50:25 +01:00
parent a5b3cf09e0
commit 4baf78e52b
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
node-red-contrib-sqlite
=======================
node-red-node-sqlite
====================
A Node-Red node to read and write a local sqlite database.
@ -8,7 +8,7 @@ Install
Run the following command in the root directory of your Node-RED install
npm install node-red-contrib-sqlite
npm install node-red-node-sqlite
Usage

View File

@ -1,6 +1,6 @@
{
"name" : "node-red-node-sqlite",
"version" : "0.0.2",
"version" : "0.0.3",
"description" : "A sqlite node for Node-RED",
"dependencies" : {
"sqlite3" : "2.x"