diff --git a/README.md b/README.md index f83ca05a861..92717f7ba8f 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ 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: @@ -74,7 +74,7 @@ or: ## 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 ---