From bc05ea218bb132b5ee1bbac4b840dbc8888baa18 Mon Sep 17 00:00:00 2001 From: Douglas Hellinger Date: Thu, 4 Jan 2024 21:55:44 +0800 Subject: [PATCH] fix options table in quickstart tut --- docs/tutorials/quickstart-index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/quickstart-index.md b/docs/tutorials/quickstart-index.md index 047067ad..230065a7 100644 --- a/docs/tutorials/quickstart-index.md +++ b/docs/tutorials/quickstart-index.md @@ -45,7 +45,7 @@ Many npm installations don't have permission to install global modules and will You can provide these flags when running `quorum-dev-quickstart`: | Flag | Required to skip prompt | Description | -| :-- | :-- | --- | --- | +| :-- | :-- | --- | | `--clientType=` | Yes | Use `quorum` for GoQuorum. | | `--privacy=` | Yes | Enables or disables private transaction support. | | `--orchestrate=` | No | Enables support for [ConsenSys Orchestrate](https://consensys.net/codefi/orchestrate/). |