From e187beb3b597dade38bb2cefe2d54dc12d30df59 Mon Sep 17 00:00:00 2001 From: Max Dymond Date: Tue, 5 Mar 2024 14:40:06 +0000 Subject: [PATCH] Correct default location in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0fe2caa..ebafbfb 100644 --- a/README.md +++ b/README.md @@ -23,11 +23,11 @@ If you wish to control the suffix used, you can pass the `-s` parameter: ``` which will attempt to create a storage container named `debianrepo`. -By default all resources are created in the `uksouth` location - this can be +By default all resources are created in the `eastus` location - this can be overridden by passing the `-l` parameter: ```bash -./create_resources.sh -l eastus +./create_resources.sh -l uksouth ``` # Design