Skip to content

Commit a4af8b3

Browse files
authored
Update README.md
1 parent 70ebb25 commit a4af8b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ There are particular range indicators which are sugars for more extended range e
232232
- `1.1 - 1.4.0` means `>=(>=1.1.0 <1.2.0-0) <=1.4.0` which finally translates to `>=1.1.0 <=1.4.0`
233233
- `1.1.0 - 2` means `>=1.1.0 <=(>=2.0.0 <3.0.0-0)` which finally translates to `>=1.1.0 <3.0.0-0`
234234

235-
- **Tilde Range (`~`)**: Describes a patch level range when the minor version is specified or a minor level range when not.
235+
- **Tilde Range (`~`)**: Describes a patch level range when the minor version is specified or a minor level range when it's not.
236236
- `~1.0.1` translates to `>=1.0.1 <1.1.0-0`
237237
- `~1.0` translates to `>=1.0.0 <1.1.0-0`
238238
- `~1` translates to `>=1.0.0 <2.0.0-0`
@@ -356,4 +356,4 @@ When the version or constraint parsing fails due to an invalid format, the libra
356356
## Contact & Support
357357
- Create an [issue](https://github.com/z4kn4fein/php-semver/issues) for bug reports and feature requests.
358358
- Start a [discussion](https://github.com/z4kn4fein/php-semver/discussions) for your questions and ideas.
359-
- Add a ⭐️ to support the project!
359+
- Add a ⭐️ to support the project!

0 commit comments

Comments
 (0)