Skip to content

Commit aa6c3c0

Browse files
author
Alex Gaetano Padula
committed
update comments within main.js
1 parent beffbcc commit aa6c3c0

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* CursusDB
3-
* Cluster
3+
* Node.JS Native Client Module
44
* ******************************************************************
55
* Copyright (C) 2023 CursusDB
66
*

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cursusdb-node",
3-
"version": "0.0.9",
3+
"version": "0.1.0",
44
"description": "CursusDB NodeJS native client.",
55
"main": "main.js",
66
"type": "module",

readme.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## CursusDB Node.JS Native Client Module
2+
13
## How to use
24
```
35
import { cluster } from 'cursusdb-node'

0 commit comments

Comments
 (0)