diff --git a/website/docs/quickstart.md b/website/docs/quickstart.md index fbc6dce7c..89f3e69a1 100644 --- a/website/docs/quickstart.md +++ b/website/docs/quickstart.md @@ -27,7 +27,7 @@ Obtaining credentials from Microsoft 365 to allow Corso to run is a one-time ope ```powershell - $Env:AZURE_CLIENT_ID = "" + $Env:AZURE_CLIENT_ID = "" $Env:AZURE_TENANT_ID = "" $Env:AZURE_CLIENT_SECRET = "" ``` @@ -36,7 +36,7 @@ Obtaining credentials from Microsoft 365 to allow Corso to run is a one-time ope ```bash - export AZURE_CLIENT_ID= + export AZURE_CLIENT_ID= export AZURE_TENANT_ID= export AZURE_CLIENT_SECRET= ``` @@ -45,7 +45,7 @@ Obtaining credentials from Microsoft 365 to allow Corso to run is a one-time ope ```bash - export AZURE_CLIENT_ID= + export AZURE_CLIENT_ID= export AZURE_TENANT_ID= export AZURE_CLIENT_SECRET= ```