Skip to content

Commit 44be96c

Browse files
authored
Update README.md
1 parent 5602c14 commit 44be96c

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ and understand how to run and work with Dgraph.
1717
## Table of contents
1818

1919
- [Install](#install)
20+
- [Supported Versions](#supported-versions)
2021
- [Quickstart](#quickstart)
2122
- [Using a client](#using-a-client)
2223
- [Create a client](#create-a-client)
@@ -51,6 +52,16 @@ You will also need a Promise polyfill for
5152
We recommend [taylorhakes/promise-polyfill](https://github.com/taylorhakes/promise-polyfill)
5253
for its small size and Promises/A+ compatibility.
5354

55+
## Supported Versions
56+
57+
Depending on the version of Dgraph that you are connecting to, you will have to
58+
use a different version of this client.
59+
60+
| Dgraph version | dgraph-js-http version |
61+
|:--------------:|:----------------------:|
62+
| <= 1.0.8 | < *0.2.0* |
63+
| >= 1.0.9 | >= *0.2.0* |
64+
5465
## Quickstart
5566

5667
Build and run the [simple] project in the `examples` folder, which

0 commit comments

Comments
 (0)