From 007194391ca8313b2854d523769d0bedf040ef92 Mon Sep 17 00:00:00 2001 From: futreall <86553580+futreall@users.noreply.github.com> Date: Mon, 16 Dec 2024 08:25:36 +0200 Subject: [PATCH] typo fixes (#4118) --- ci/README.md | 2 +- net/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/README.md b/ci/README.md index 45ebd39e1d4a94..0d91fa2d60b996 100644 --- a/ci/README.md +++ b/ci/README.md @@ -122,7 +122,7 @@ Creating a "queue=cuda" agent follows the same process but additionally: 1. Run `az vm deallocate --resource-group ci --name XYZ` 1. Run `az vm generalize --resource-group ci --name XYZ` 1. Run `az image create --resource-group ci --source XYZ --name boilerplate` -1. Goto the `ci` resource group in the Azure portal and remove all resources +1. Go to the `ci` resource group in the Azure portal and remove all resources with the XYZ name in them ## Buildkite AWS CloudFormation Setup diff --git a/net/README.md b/net/README.md index d7c597cb4bf3df..063670d0ab2597 100644 --- a/net/README.md +++ b/net/README.md @@ -175,7 +175,7 @@ You will want to have a script like this pretty much immediately to avoid making ./gce.sh create -n4 -c2 --custom-machine-type "--machine-type n1-standard-16" --client-machine-type "--machine-type n1-standard-4" # Patch metrics config from env into config file ./init-metrics.sh -e -# Enable metrics and stat the network (this will also build software) +# Enable metrics and start the network (this will also build software) RUST_LOG=info ./net.sh start -c bench-tps=2="--tx_count 25000" ```