Skip to content

Commit 0b65702

Browse files
mark-terminusdbgitbook-bot
authored andcommitted
GitBook: [#38] No subject
1 parent 2f97040 commit 0b65702

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

readme/terminusx/quick-start/start-with-client.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -172,10 +172,10 @@ client.create_database("example_db")
172172
To use the TerminusX document interface, [create a schema](start-with-client.md#code-define-a-schema) and [add documents](start-with-client.md#code-add-documents) to the schema. Refer to [Documents](../../terminusx-db/explanations/documents.md) for an overview of the document interface. After creating or connecting to a database, create a schema to add and retrieve data. A simple player roster is used as an example. Using basic [Player roster](start-with-client.md#data-player-roster) data, the steps below are demonstrated.
173173

174174
* [Create a schema](start-with-client.md#code-define-a-schema)
175-
* Add a schema
176-
* Add documents
177-
* Get documents
178-
* Query documents
175+
* [Add a schema](start-with-client.md#code-add-a-schema)
176+
* [Add documents](start-with-client.md#code-add-documents)
177+
* [Get documents](start-with-client.md#code-get-documents)
178+
* [Query documents](start-with-client.md#code-query-documents)
179179

180180
#### Data: Player roster
181181

0 commit comments

Comments
 (0)