Skip to content

Commit

Permalink
improve README
Browse files Browse the repository at this point in the history
  • Loading branch information
efremropelato committed Nov 29, 2024
1 parent 574cf22 commit ce6b02f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,5 +141,7 @@ try {
console.log("\nCrossDB Simulation Complete.");
db.close();
console.log("Database connection closed.");
const version = db.version()
console.log("CroosDB version: ", version);
}
```
1 change: 0 additions & 1 deletion example/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,5 +101,4 @@ try {
console.log("Database connection closed.");
const version = db.version()
console.log("CroosDB version: ", version);

}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@croosdb/crossdb-nodejs",
"version": "1.4.0",
"version": "1.4.1",
"main": "index.js",
"author": "Efrem Ropelato",
"contributors":[
Expand Down

0 comments on commit ce6b02f

Please sign in to comment.