From 914ea5d407d1ee592865dcaf6a9d7ef8dfb789e7 Mon Sep 17 00:00:00 2001 From: HerbCaudill Date: Thu, 17 Dec 2020 17:46:20 +0100 Subject: [PATCH] README.md: update --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 37b2655..3ebdc42 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ heroku open ## Deploying to AWS Elastic Beanstalk -> You'll need to install the [AWS CLI](https://docs.aws.amazon.com/cli/latest/userguide/install-cliv1.html). +To install using the [AWS CLI](https://docs.aws.amazon.com/cli/latest/userguide/install-cliv1.html). ```bash eb init @@ -45,9 +45,9 @@ eb create eb open ``` -## Deploying to Google Cloud +## Deploying to Google Clou -> You'll need to install the [Google Cloud SDK](https://cloud.google.com/sdk/docs/). +To install using the [Google Cloud SDK](https://cloud.google.com/sdk/docs/): ```bash gcloud projects create my-local-first-relay --set-as-default @@ -58,7 +58,7 @@ gcloud app browse ## Deploying to Azure -> You'll need to have the [Azure CLI](https://docs.microsoft.com/en-us/cli/azure/install-azure-cli?view=azure-cli-latest) installed. +To install using the [Azure CLI](https://docs.microsoft.com/en-us/cli/azure/install-azure-cli?view=azure-cli-latest) installed: ```bash az group create --name my-local-first-relay --location eastus