File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ and understand how to run and work with Dgraph.
1717## Table of contents
1818- [ Install] ( #install )
1919- [ Quickstart] ( #quickstart )
20- - [ Using the client] ( #using-the -client )
21- * [ Create the client] ( #create-the -client )
20+ - [ Using a client] ( #using-a -client )
21+ * [ Create a client] ( #create-a -client )
2222 * [ Alter the database] ( #alter-the-database )
2323 * [ Create a transaction] ( #create-a-transaction )
2424 * [ Run a mutation] ( #run-a-mutation )
@@ -46,9 +46,9 @@ instructions in the README of that project.
4646
4747[ simple ] : https://github.com/dgraph-io/dgraph-js/tree/master/examples/simple
4848
49- ## Using the client
49+ ## Using a client
5050
51- ### Create the client
51+ ### Create a client
5252A ` DgraphClient ` object can be initialised by passing it a list of
5353` DgraphClientStub ` clients as variadic arguments. Connecting to multiple Dgraph
5454servers in the same cluster allows for better distribution of workload.
You can’t perform that action at this time.
0 commit comments