1
0
Fork 0

Add more backticks for consistency

pull/9336/head
Jordi Boggiano 2020-10-24 18:10:57 +02:00 committed by GitHub
parent 556faf1467
commit b1d2842fa7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -117,7 +117,7 @@ Examples:
* `>=1.0 <2.0` * `>=1.0 <2.0`
* `>=1.0 <1.1 || >=1.2` * `>=1.0 <1.1 || >=1.2`
### Hyphenated Version Range ( - ) ### Hyphenated Version Range (` - `)
Inclusive set of versions. Partial versions on the right include are completed Inclusive set of versions. Partial versions on the right include are completed
with a wildcard. For example `1.0 - 2.0` is equivalent to `>=1.0.0 <2.1` as the with a wildcard. For example `1.0 - 2.0` is equivalent to `>=1.0.0 <2.1` as the
@ -157,7 +157,7 @@ Example: `~1.2`
> it will not allow the major number to increase trying to keep backwards > it will not allow the major number to increase trying to keep backwards
> compatibility. > compatibility.
### Caret Version Range (^) ### Caret Version Range (`^`)
The `^` operator behaves very similarly, but it sticks closer to semantic The `^` operator behaves very similarly, but it sticks closer to semantic
versioning, and will always allow non-breaking updates. For example `^1.2.3` versioning, and will always allow non-breaking updates. For example `^1.2.3`