Skip to content

Commit 1d4991c

Browse files
Update
1 parent 4f9104f commit 1d4991c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/woqlClient.js.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ For situations where you want to communicate with a TerminusDB server API, the W
1717

1818
**Example**
1919
```js
20-
const client = new TerminusClient.Client(SERVER_URL)
20+
const client = new TerminusClient.WOQLClient(SERVER_URL)
2121
await client.connect(params)
2222
client.db("test")
2323
client.checkout("dev")

0 commit comments

Comments
 (0)