diff --git a/README.md b/README.md index a7aabfa..edd6037 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ This collection performs the following actions in the order listed. There are v | Create EDA VMs | Creates VMs for Event Driven Ansible. | | Register VMs with Red Hat | Uses RHEL subscription manager to register each virtual machine for required RPM repos. | | Update VMs | Updates each VM deployed with latest kernel and packages. | -| Setup One Controller VM as Installer | Moves the locally downloaded AAP installer to a single VMs and configures the inventory file based on the VMs that were created as part of this process. | +| Setup One Controller VM as Installer | Moves the locally downloaded AAP installer to a single VMs and configures the installer inventory file based on the VMs that were created as part of this process. | | Configure SSH on installer VM | Configures the installer VMs with a private SSH key so that it can communicate with the other VMs that are part of the installation process. | | Run AAP Installer | Runs the AAP installer on the installer VM. This process can take a long time. | | Installation Cleanup | Deletes the installer and the SSH key from the the installer VM. |