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 e63519e commit 33bff90Copy full SHA for 33bff90
README.md
@@ -42,7 +42,7 @@ json-graphql-server db.js
42
```
43
44
To use a port other than 3000, you can run `json-graphql-server db.js --p <your port here>`
45
-To use a host other than localhost, you can run `json-graphql-server db.js --h <your port here>`
+To use a host other than localhost, you can run `json-graphql-server db.js --h <your host here>`
46
47
Now you can query your data in graphql. For instance, to issue the following query:
48
0 commit comments