Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
docs: add server to list of startup option namespaces in README.md (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
tenthirtyone authored Dec 2, 2022
1 parent ccf63bd commit ea24eff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/packages/ganache/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ In the meantime, check out our [Ethereum JSON-RPC documentation](/src/chains/eth

### Startup Options

The startup options are grouped in the `chain`, `database`, `fork`, `logging`, `miner`, and `wallet` namespaces, and should be used as such on startup, i.e.
The startup options are grouped in the `chain`, `database`, `fork`, `logging`, `miner`, `wallet`, and `server` namespaces, and should be used as such on startup, i.e.

```console
ganache --namespace.option="value"
Expand Down

0 comments on commit ea24eff

Please sign in to comment.