From b3a22390f01781a203292de581c4e97f6305e7f5 Mon Sep 17 00:00:00 2001
From: arcmop <cmopb@hotmail.com>
Date: Tue, 8 Sep 2020 11:59:47 -0500
Subject: [PATCH] Fix documentacion for requirements.yml file configuration
 (#23)

Co-authored-by: Cesar Ortiz <you@example.com>
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index a480f42..7ccf514 100644
--- a/README.md
+++ b/README.md
@@ -41,7 +41,7 @@ You can also include it in a `requirements.yml` file and install it via `ansible
 ---
 collections:
   - name: community.mysql
-    version: v1.0.0
+    version: 1.0.0
 ```
 
 See [Ansible Using collections](https://docs.ansible.com/ansible/latest/user_guide/collections_using.html) for more details.