fixed a grammatical error in the README

This commit is contained in:
janmaslo 2022-05-26 16:32:13 +02:00 committed by Duncan Overbruck
parent 838fea7178
commit bb98a393c0

View File

@ -162,8 +162,8 @@ In the following examples there will be commands accepting an argument such as `
* by specifying a package name and version separated by any of the following version comparators:
* `<` less than
* `>` greater than
* `<=` less or equal than
* `>=` greater or equal than
* `<=` less than or equal to
* `>=` greater than or equal to
Such example would be `foo>=2.0` or `blah-foo<=1.0`.