Skip to content

Commit 01d31f9

Browse files
committed
patch update
1 parent 389219d commit 01d31f9

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ It is built natively as a set of micro-services, making development and integrat
2727

2828
Follow the instructions on the [HarperDB get started page](https://harperdb.io/developers/get-started/) for installation and get HarperDB up and running.
2929

30-
Harperive is available as an [npm package](!npm).
30+
Harperive is available as an [npm package](https://www.npmjs.com/package/harperive).
3131

3232
``` bash
3333
# installs the package for your project
@@ -39,7 +39,7 @@ npm install harperive
3939

4040
### Options
4141

42-
- `harperHost` - host name of the harperdb server, example: `harper-test-dev.harperdbcloud.com`
42+
- `harperHost` - host name of the harperdb server, example: `https://harper-test-dev.harperdbcloud.com`
4343
- `username` - username of your db user
4444
- `password` - passwprd of the user
4545
- `schema (optional)` - schema name, if not passed while creating client then need to passed while calling operations.

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "harperive",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "A Node.Js client to connect HarperDB local or cloud simplifying api request",
55
"main": "index.js",
66
"types": "types/index.d.ts",
@@ -9,9 +9,6 @@
99
"types",
1010
"index.js"
1111
],
12-
"scripts": {
13-
"test": "echo \"Error: no test specified\" && exit 1"
14-
},
1512
"repository": {
1613
"type": "git",
1714
"url": "git+https://github.com/chandan-24/Harperive.git"

0 commit comments

Comments
 (0)