From bb98a393c0ea9f1dba2f11ebac92a885bdd91b2c Mon Sep 17 00:00:00 2001 From: janmaslo Date: Thu, 26 May 2022 16:32:13 +0200 Subject: [PATCH] fixed a grammatical error in the README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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`.