mirror of
https://github.com/node-red/node-red-nodes.git
synced 2023-10-10 13:36:58 +02:00
fix sqlite node typos
This commit is contained in:
parent
a5b3cf09e0
commit
4baf78e52b
@ -1,5 +1,5 @@
|
|||||||
node-red-contrib-sqlite
|
node-red-node-sqlite
|
||||||
=======================
|
====================
|
||||||
|
|
||||||
A Node-Red node to read and write a local sqlite database.
|
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
|
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
|
Usage
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name" : "node-red-node-sqlite",
|
"name" : "node-red-node-sqlite",
|
||||||
"version" : "0.0.2",
|
"version" : "0.0.3",
|
||||||
"description" : "A sqlite node for Node-RED",
|
"description" : "A sqlite node for Node-RED",
|
||||||
"dependencies" : {
|
"dependencies" : {
|
||||||
"sqlite3" : "2.x"
|
"sqlite3" : "2.x"
|
||||||
|
Loading…
Reference in New Issue
Block a user