Skip to content

Commit ce6b02f

Browse files
committed
improve README
1 parent 574cf22 commit ce6b02f

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -141,5 +141,7 @@ try {
141141
console.log("\nCrossDB Simulation Complete.");
142142
db.close();
143143
console.log("Database connection closed.");
144+
const version = db.version()
145+
console.log("CroosDB version: ", version);
144146
}
145147
```

example/index.js

-1
Original file line numberDiff line numberDiff line change
@@ -101,5 +101,4 @@ try {
101101
console.log("Database connection closed.");
102102
const version = db.version()
103103
console.log("CroosDB version: ", version);
104-
105104
}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@croosdb/crossdb-nodejs",
3-
"version": "1.4.0",
3+
"version": "1.4.1",
44
"main": "index.js",
55
"author": "Efrem Ropelato",
66
"contributors":[

0 commit comments

Comments
 (0)