Skip to content

Commit a87fe0c

Browse files
author
Paul Korzhyk
authored
Merge pull request #21 from dgraph-io/santo/supported-versions
Add new section 'Supported Versions'
2 parents b2c402d + be85d2e commit a87fe0c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 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,15 @@ 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.1 | >= *1.1.1* |
63+
5464
## Quickstart
5565

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

0 commit comments

Comments
 (0)