Skip to content

Commit da44073

Browse files
authored
Readme - adds "Supported Versions" section (PR #106)
2 parents f1f3410 + 9bd4e7b commit da44073

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ and understand how to run and work with Dgraph.
2020
## Table of contents
2121

2222
- [Install](#install)
23+
- [Supported Versions](#supported-versions)
2324
- [Quickstart](#quickstart)
2425
- [Using a Client](#using-a-client)
2526
- [Creating a Client](#creating-a-client)
@@ -55,11 +56,7 @@ yarn add dgraph-js grpc
5556
# yarn add @types/google-protobuf @types/protobufjs --dev
5657
```
5758

58-
## Quickstart
59-
60-
Build and run the [simple][] project in the `examples` folder, which
61-
contains an end-to-end example of using the Dgraph JavaScript client. Follow the
62-
instructions in the README of that project.
59+
## Supported Versions
6360

6461
Depending on the version of Dgraph that you are connecting to, you will have to
6562
use a different version of this client.
@@ -73,6 +70,12 @@ Note: Only API breakage from *v1.X.Y* to *v2.X.Y* is in
7370
the function `DgraphClient.newTxn().mutate()`. This function returns a `messages.Assigned`
7471
type in *v1.X* but a `messages.Response` type in *v2.X*.
7572

73+
## Quickstart
74+
75+
Build and run the [simple][] project in the `examples` folder, which
76+
contains an end-to-end example of using the Dgraph JavaScript client. Follow the
77+
instructions in the README of that project.
78+
7679
## Using a Client
7780

7881
### Creating a Client

0 commit comments

Comments
 (0)