We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 652e06a commit 56eb307Copy full SHA for 56eb307
examples/simple/README.md
@@ -47,19 +47,16 @@ npm install
47
## Run the sample code
48
49
```sh
50
-npm run start
+node index.js
51
```
52
53
Your output should look something like this:
54
55
56
-> simple@ start /path/to/dgraph-js/examples/simple
57
-> node index.js
58
-
59
people found: 1
60
Alice
61
62
DONE!
63
64
65
-You can explore the source code in `index.js` file.
+You can explore the source code in the `index.js` file.
examples/simple/package.json
@@ -1,8 +1,5 @@
1
{
2
"name": "simple",
3
- "scripts": {
4
- "start": "node index.js"
5
- },
6
"dependencies": {
7
"dgraph-js": "^0.9.4-beta.1",
8
"grpc": "^1.7.2"
0 commit comments