diff --git a/6.artifactory-aws-install/README.md b/6.artifactory-aws-install/README.md index 7102b58..d68b512 100644 --- a/6.artifactory-aws-install/README.md +++ b/6.artifactory-aws-install/README.md @@ -58,7 +58,7 @@ aws eks --region $(terraform output -raw region) update-kubeconfig --name $(terr Once done, install Artifactory using the Helm Chart with the following command. Terraform will create the needed configuration files to be used for the `helm install` command. -This command will auto generate and be writen to the console when you run the `Terraform apply` command. +This command will auto generate and be writen to the console when you run the `terraform apply` command. ```shell helm upgrade --install artifactory jfrog/artifactory \ --version \ diff --git a/7.jfrog-platform-aws-install/README.md b/7.jfrog-platform-aws-install/README.md index 5a2da64..5db6445 100644 --- a/7.jfrog-platform-aws-install/README.md +++ b/7.jfrog-platform-aws-install/README.md @@ -56,7 +56,7 @@ aws eks --region $(terraform output -raw region) update-kubeconfig --name $(terr Once done, install the JFrog Platform (Artifactory and Xray) using the Helm Chart with the following command. Terraform will create the needed configuration files to be used for the `helm install` command. -This command will auto generate and be writen to the console when you run the `Terraform apply` command. +This command will auto generate and be writen to the console when you run the `terraform apply` command. ```shell helm upgrade --install jfrog jfrog/jfrog-platform \ --version \