diff --git a/README.md b/README.md index 1bd3332..821cd29 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Before running any Python dependent command, activate the virtual environment. source venv/bin/activate ``` -Once you're done, deactivate the virtual environment. +Once you are done, deactivate the virtual environment. ``` deactivate ``` @@ -41,8 +41,8 @@ ansible-galaxy collection install -r collections/requirements.yml ## Run playbook Before merging changes into protected branches, playbooks should be tested -locally to ensure they work properly. The *inventories/local* inventory can -also be used, wich is not uploaded to the repository. +locally to ensure they work properly. The *inventories/local* inventory is not +uploaded to the repository and can be used for local testing. Run playbook on inventory host. ```