We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 838fea7 commit bb98a39Copy full SHA for bb98a39
1 file changed
README.md
@@ -162,8 +162,8 @@ In the following examples there will be commands accepting an argument such as `
162
* by specifying a package name and version separated by any of the following version comparators:
163
* `<` less than
164
* `>` greater than
165
- * `<=` less or equal than
166
- * `>=` greater or equal than
+ * `<=` less than or equal to
+ * `>=` greater than or equal to
167
168
Such example would be `foo>=2.0` or `blah-foo<=1.0`.
169
0 commit comments