Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f66acc6

Browse files
authoredMar 8, 2023
Update schema.js
Updated noted link to docs and changed TX to TerminusCMS
1 parent 5009729 commit f66acc6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎getting_started/javascript-client/schema.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ const client = new TerminusClient.WOQLClient(
99
{ user: username, organization: teamName }
1010
);
1111

12-
// If you are using TerminusX you need to generate you api key
13-
// https://terminusdb.com/docs/terminusx/get-api-key here the documentation
12+
// If you are using TerminusCMS you need to generate you api key
13+
// https://terminusdb.com/docs/terminuscms/get-api-key here the documentation
1414
client.setApiKey(process.env.TERMINUSDB_ACCESS_TOKEN);
1515

1616
const address_schema = {
@@ -82,4 +82,4 @@ const createDatabaseAndSchema = async () => {
8282
console.log(result);
8383
};
8484

85-
createDatabaseAndSchema();
85+
createDatabaseAndSchema();

0 commit comments

Comments
 (0)
Please sign in to comment.