From 1a5878b6b59b81876155ee267ec1a51b3431bd53 Mon Sep 17 00:00:00 2001 From: Kai Richardson Date: Thu, 7 Nov 2019 13:19:01 -0800 Subject: [PATCH] Spelling fixes for README.md Fixed spelling errors. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0211220..8e27277 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ To run RPSLS you need to create the Azure infrastructure. There are two ways to ### Step 1 - Option 1: Creating infrastructure using Azure Portal -An ARM template is provided so you can create the whole infrastructure requried for RPSLS +An ARM template is provided so you can create the whole infrastructure required for RPSLS Deploy to Azure @@ -104,7 +104,7 @@ You can use the CLI to deploy the ARM script. Open a Powershell window from the - `-resourceGroup`: Name of the resource group `Required` - `-location`: Location of the resource group `Required if resourceGroup does not exist` -- `-clientId`: Id of the service principal uesd to create the AKS `Optional` +- `-clientId`: Id of the service principal used to create the AKS `Optional` - `-password`: Password of the service principal `Optional` If service principal credentials are not passed a new one will be created. @@ -180,7 +180,7 @@ You can **manually use docker-compose** to build and push the images to the ACR. Once set, you can use `docker-compose build` and `docker-compose push` to build and push the images. -Additionaly there is a Powershell script in the `Deploy` folder, named `Build-Push.ps1`. You can use this script for building and pushing ALL images to ACR. Parameters of this script are: +Additionally there is a Powershell script in the `Deploy` folder, named `Build-Push.ps1`. You can use this script for building and pushing ALL images to ACR. Parameters of this script are: - `resourceGroup`: Resource group where ACR is. **Required**. - `acrName`: ACR name (not login server). **Required**.