Skip to content

Commit e78cc9a

Browse files
committed
Correct documentation regarding custom port CLI
1 parent fd05e9e commit e78cc9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Start the GraphQL server on localhost, port 3000.
4040
json-graphql-server db.js
4141
```
4242

43-
To use a port other than port 3000, you can run `json-graphql-server db.js -p <your port here>`
43+
To use a port other than 3000, you can run `json-graphql-server db.js --p <your port here>`
4444

4545
Now you can query your data in graphql. For instance, to issue the following query:
4646

0 commit comments

Comments
 (0)