Fix formatting [skip ci]

This commit is contained in:
Jon Atack 2014-10-26 23:25:16 +01:00
parent a98189f42d
commit 543bf6e437
1 changed files with 4 additions and 4 deletions

View File

@ -595,11 +595,11 @@ en:
Ransack attempts to follow semantic versioning in the format of `x.y.z`, where:
x stands for a major version (new features that are not backward-compatible)
y stands for a minor version (new features that are backward-compatible)
z stands for a patch (bug fixes)
`x` stands for a major version (new features that are not backward-compatible).
`y` stands for a minor version (new features that are backward-compatible).
`z` stands for a patch (bug fixes).
In other words: Major.Minor.Patch.
In other words: `Major.Minor.Patch`.
## Contributions