Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,8 +184,8 @@ back to the patch level comparison (see tilde below). For example,

### Tilde Range Comparisons (Patch)

The tilde (`~`) comparison operator is for patch level ranges when a minor
version is specified and major level changes when the minor number is missing.
The tilde (`~`) comparison operator is for patch level ranges when the minor
number is specified and minor level changes when the major number is specified.
For example,

* `~1.2.3` is equivalent to `>= 1.2.3, < 1.3.0`
Expand Down