diff --git a/README.md b/README.md index 4da98cdc..8f82ca32 100644 --- a/README.md +++ b/README.md @@ -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`.