Skip to content

Commit

Permalink
doc: Fix readme typo and misc (#1065)
Browse files Browse the repository at this point in the history
doc: Fix readme typo and misc

Depends-On: #1066
SUMMARY


Fix pip install command typo and formal name of FQCN.
ISSUE TYPE


Docs Pull Request

COMPONENT NAME


README.md

ADDITIONAL INFORMATION



n/a

Reviewed-by: Mark Chappell <None>
  • Loading branch information
akira6592 authored Sep 27, 2022
1 parent 9e1a2f1 commit 9705493
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,15 +64,15 @@ collections:
The python module dependencies are not installed by `ansible-galaxy`. They can
be manually installed using pip:

pip install requirements.txt
pip install -r requirements.txt

or:

pip install boto3 botocore

## Using this collection

You can either call modules by their Fully Qualified Collection Namespace (FQCN), such as `amazon.aws.ec2_instance`, or you can call modules by their short name if you list the `amazon.aws` collection in the playbook's `collections` keyword:
You can either call modules by their Fully Qualified Collection Name (FQCN), such as `amazon.aws.ec2_instance`, or you can call modules by their short name if you list the `amazon.aws` collection in the playbook's `collections` keyword:

```yaml
---
Expand Down

0 comments on commit 9705493

Please sign in to comment.