Skip to content

Commit

Permalink
fix sqlite node typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave C-J committed Sep 22, 2014
1 parent a5b3cf0 commit 4baf78e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions storage/sqlite/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
node-red-contrib-sqlite
=======================
node-red-node-sqlite
====================

A Node-Red node to read and write a local sqlite database.

Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion storage/sqlite/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 4baf78e

Please sign in to comment.