From 9dfffd0d9935b5023149154ba612b841e022d510 Mon Sep 17 00:00:00 2001 From: David Boreham Date: Mon, 4 Sep 2023 12:10:09 -0600 Subject: [PATCH] Typo --- app/data/stacks/mainnet-eth/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/data/stacks/mainnet-eth/README.md b/app/data/stacks/mainnet-eth/README.md index 42787d20..79a3e788 100644 --- a/app/data/stacks/mainnet-eth/README.md +++ b/app/data/stacks/mainnet-eth/README.md @@ -93,7 +93,7 @@ volumes: mainnet_eth_lighthouse_1_data: ./data/mainnet_eth_lighthouse_1_data ``` In addition, a stack-wide port mapping "recipe" can be applied at the time the -`laconic-so deploy init` command is run, by supplying the desired recipe with the `--map-ports-to-host` option. The following recipies are supported: +`laconic-so deploy init` command is run, by supplying the desired recipe with the `--map-ports-to-host` option. The following recipes are supported: | Recipe | Host Port Mapping | |--------|-------------------| | any-variable-random | Bind to 0.0.0.0 using a random port assigned at start time (default) |