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 fd05e9e commit e78cc9aCopy full SHA for e78cc9a
README.md
@@ -40,7 +40,7 @@ Start the GraphQL server on localhost, port 3000.
40
json-graphql-server db.js
41
```
42
43
-To use a port other than port 3000, you can run `json-graphql-server db.js -p <your port here>`
+To use a port other than 3000, you can run `json-graphql-server db.js --p <your port here>`
44
45
Now you can query your data in graphql. For instance, to issue the following query:
46
0 commit comments