Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
z4kn4fein committed Jan 16, 2022
1 parent a3aeaff commit cee45b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Module.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit cee45b0

Please sign in to comment.