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

Commit ea24eff

Browse files
authored
docs: add server to list of startup option namespaces in README.md (#3890)
1 parent ccf63bd commit ea24eff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/packages/ganache/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ In the meantime, check out our [Ethereum JSON-RPC documentation](/src/chains/eth
227227

228228
### Startup Options
229229

230-
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.
230+
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.
231231

232232
```console
233233
ganache --namespace.option="value"

0 commit comments

Comments
 (0)