diff --git a/README.md b/README.md index 7063111..f25a77e 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ manage_pip_packages_list: # by default, not defined state: absent - name: ... ``` -This variable is a list of packages, with their name, desired version and state. `version_constraint` can be multiple constraints,separatedby commas (example: `>1.10`, `>1.10,<1.15,!=1.12`,`==1.13`). +This variable is a list of packages, with their name, desired version and state. `version_constraint` can be multiple constraints,separated by commas (example: `>1.10`, `>1.10,<1.15,!=1.12`,`==1.13`). Dependencies ------------