Skip to content

Commit 28525c7

Browse files
review
1 parent b0af6a1 commit 28525c7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,11 @@ const TerminusClient = require("@terminusdb/terminusdb-client");
5757

5858
// Connect and configure the TerminusClient
5959
const client = new TerminusClient.WOQLClient("https://127.0.0.1:6363/", {
60-
dbid: "banker",
60+
db: "banker",
6161
user: "admin",
6262
key: "root",
6363
});
64+
//to change the starting settings
6465
client.db("banker");
6566
client.organization("admin");
6667

@@ -115,7 +116,7 @@ To initialize `TerminusDB client` with custom options use
115116
const TerminusClient = require("@terminusdb/terminusdb-client");
116117

117118
const client = new TerminusClient.WOQLClient("https://127.0.0.1:6363/", {
118-
dbid: "test_db",
119+
db: "test_db",
119120
user: "admin",
120121
key: "my_secret_key",
121122
});

0 commit comments

Comments
 (0)