Skip to content

Commit

Permalink
doc: Fix readme typo and misc (ansible-collections#1534)
Browse files Browse the repository at this point in the history
* fix pip command
* fix formal name of fqcn
  • Loading branch information
akira6592 authored Sep 26, 2022
1 parent 3c23366 commit 3128347
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 @@ -66,15 +66,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 `community.aws.ec2_instance`, or you can call modules by their short name if you list the `community.aws` collection in the playbook's `collections` keyword:
You can either call modules by their Fully Qualified Collection Name (FQCN), such as `community.aws.ec2_instance`, or you can call modules by their short name if you list the `community.aws` collection in the playbook's `collections` keyword:

```yaml
---
Expand Down

0 comments on commit 3128347

Please sign in to comment.