We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75526bb commit f0e8a3eCopy full SHA for f0e8a3e
README.md
@@ -178,7 +178,7 @@ HTTP based JSON-RPC API options:
178
* `--http.addr` HTTP-RPC server listening interface (default: `localhost`)
179
* `--http.port` HTTP-RPC server listening port (default: `8545`)
180
* `--http.api` API's offered over the HTTP-RPC interface (default: `eth,net,web3`)
181
- * `--http.corsdomain` Comma separated list of domains from which to accept cross origin requests (browser enforced)
+ * `--http.corsdomain` Comma separated list of domains from which to accept cross-origin requests (browser enforced)
182
* `--ws` Enable the WS-RPC server
183
* `--ws.addr` WS-RPC server listening interface (default: `localhost`)
184
* `--ws.port` WS-RPC server listening port (default: `8546`)
0 commit comments