Skip to content

Commit 737f5f5

Browse files
committed
Update README
1 parent 697cf0c commit 737f5f5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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
5252
A `DgraphClient` object can be initialised by passing it a list of
5353
`DgraphClientStub` clients as variadic arguments. Connecting to multiple Dgraph
5454
servers in the same cluster allows for better distribution of workload.

0 commit comments

Comments
 (0)