Skip to content

Commit

Permalink
fixing typos in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemorency committed Sep 10, 2024
1 parent 7ee65d2 commit ecd481a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ To circumvent this limitation, you should store your VM templates in a [Content
## Requirements

The host running the tasks must have the python requirements described in [requirements.txt](./requirements.txt)
Once the colelction is installed, you can install them into a python environment using pip: `pip install -r ~/.ansible/collections/ansible_collections/vmware/vmware_rest/requirements.txt`
Once the collection is installed, you can install them into a python environment using pip: `pip install -r ~/.ansible/collections/ansible_collections/vmware/vmware_rest/requirements.txt`

### vSphere compatibility

Expand Down Expand Up @@ -70,7 +70,7 @@ The [VMware REST modules guide](https://docs.ansible.com/ansible/devel/collectio
All releases will meet the following test criteria.

* 100% success for [Integration](./tests/integration) tests.
* 100% success for [Sanity](https://docs.ansible.com/ansible/latest/dev_guide/testing/sanity/index.html#all-sanity-tests) tests as part of[ansible-test](https://docs.ansible.com/ansible/latest/dev_guide/testing.html#run-sanity-tests).
* 100% success for [Sanity](https://docs.ansible.com/ansible/latest/dev_guide/testing/sanity/index.html#all-sanity-tests) tests as part of [ansible-test](https://docs.ansible.com/ansible/latest/dev_guide/testing.html#run-sanity-tests).
* 100% success for [ansible-lint](https://ansible.readthedocs.io/projects/lint/) allowing only false positives.


Expand Down
3 changes: 3 additions & 0 deletions changelogs/fragments/524-readme-typo-fix.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
bugfixes:
- README - fixed various typos in documentation

0 comments on commit ecd481a

Please sign in to comment.