We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5009729 commit f66acc6Copy full SHA for f66acc6
getting_started/javascript-client/schema.js
@@ -9,8 +9,8 @@ const client = new TerminusClient.WOQLClient(
9
{ user: username, organization: teamName }
10
);
11
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
+// If you are using TerminusCMS you need to generate you api key
+// https://terminusdb.com/docs/terminuscms/get-api-key here the documentation
14
client.setApiKey(process.env.TERMINUSDB_ACCESS_TOKEN);
15
16
const address_schema = {
@@ -82,4 +82,4 @@ const createDatabaseAndSchema = async () => {
82
console.log(result);
83
};
84
85
-createDatabaseAndSchema();
+createDatabaseAndSchema();
0 commit comments