From cee45b0f69aa659c179ebecd511f9dab7c4d7e43 Mon Sep 17 00:00:00 2001 From: Peter Csajtai Date: Sun, 16 Jan 2022 20:25:53 +0100 Subject: [PATCH] Update docs --- Module.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Module.md b/Module.md index 1763678..639ee9b 100644 --- a/Module.md +++ b/Module.md @@ -153,7 +153,7 @@ The constraint `>=1.2.0 <3.0.0 || >4.0.0` translates to: *Only those versions ar equal to `1.2.0` {**AND**} less than `3.0.0` {**OR**} greater than `4.0.0`*. We can notice that with the first part of the previous constraint (`>=1.2.0 <3.0.0`) we simply defined a semantic version range. -There are additional options to express version ranges which are described in the following section. +There are additional options to express version ranges, these are described in the following section. ### Range Conditions There are special range indicators that in fact only sugars for longer range expressions. diff --git a/README.md b/README.md index c4dd557..affdf11 100644 --- a/README.md +++ b/README.md @@ -157,7 +157,7 @@ The constraint `>=1.2.0 <3.0.0 || >4.0.0` translates to: *Only those versions ar equal to `1.2.0` {**AND**} less than `3.0.0` {**OR**} greater than `4.0.0`*. We can notice that with the first part of the previous constraint (`>=1.2.0 <3.0.0`) we simply defined a semantic version range. -There are additional options to express version ranges which are described in the following section. +There are additional options to express version ranges, these are described in the following section. ### Range Conditions There are special range indicators that in fact only sugars for longer range expressions.