Skip to content

Commit 33bff90

Browse files
authored
Update README.md
1 parent e63519e commit 33bff90

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
@@ -42,7 +42,7 @@ json-graphql-server db.js
4242
```
4343

4444
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>`
45+
To use a host other than localhost, you can run `json-graphql-server db.js --h <your host here>`
4646

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

0 commit comments

Comments
 (0)