From 8d156b853aca08135997856deb3db092c7b4bf09 Mon Sep 17 00:00:00 2001 From: Toby Lorne Date: Mon, 21 Oct 2019 18:15:58 +0100 Subject: [PATCH] Fix typo in readme (#54) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9d3cdb5..6a05e3f 100644 --- a/README.md +++ b/README.md @@ -233,7 +233,7 @@ app-dev-us-east-1: OK No changes (10s) #### Remapping CLI flags -Astro is meant to be used every day by operators. If your Terraform variable names are long-winded to type at the CLI, you can remap them to something simpler. For example, instead of typing `--environment dev`, you may wish to shoren this to `--env dev`. +Astro is meant to be used every day by operators. If your Terraform variable names are long-winded to type at the CLI, you can remap them to something simpler. For example, instead of typing `--environment dev`, you may wish to shorten this to `--env dev`. You can specify a `flags:` block in your project configuration, like: