Skip to content

Commit 72e804d

Browse files
change readme
1 parent 172daf5 commit 72e804d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ For the [full Documentation](https://terminusdb.com/docs/client_api)
5050
const TerminusClient = require('@terminusdb/terminusdb-client');
5151

5252
//Create a new instance of terminusDB client
53-
const client = new TerminusClient.WOQLClient(http://localhost:6363/,{
53+
const client = new TerminusClient.WOQLClient("https://127.0.0.1:6363/",{
5454
dbid:"test_db",
5555
user:"admin",
5656
key:"my_secret_key"
@@ -93,7 +93,7 @@ To initialize `TerminusDB client` with custom options use
9393
```js
9494
const TerminusClient = require('@terminusdb/terminusdb-client')
9595

96-
const client = new TerminusClient.WOQLClient("http://localhost/", {
96+
const client = new TerminusClient.WOQLClient("https://127.0.0.1:6363/", {
9797
dbid:"test_db",
9898
user:"admin",
9999
key:"my_secret_key"

0 commit comments

Comments
 (0)