Skip to content

Commit 07604c3

Browse files
committed
Update README and examples for the new beta version
1 parent 8917877 commit 07604c3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ and understand how to run and work with Dgraph.
3131
## Install
3232
Install using npm:
3333
```sh
34-
npm install [email protected].1 --save
34+
npm install [email protected].2 --save
3535
```
3636
or yarn:
3737
```sh
38-
38+
3939
```
4040

4141
## Quickstart

examples/simple/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "simple",
33
"dependencies": {
4-
"dgraph-js": "^0.9.4-beta.1",
4+
"dgraph-js": "^0.9.4-beta.2",
55
"grpc": "^1.7.2"
66
}
77
}

0 commit comments

Comments
 (0)