We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a98189f commit 543bf6eCopy full SHA for 543bf6e
README.md
@@ -595,11 +595,11 @@ en:
595
596
Ransack attempts to follow semantic versioning in the format of `x.y.z`, where:
597
598
-x stands for a major version (new features that are not backward-compatible)
599
-y stands for a minor version (new features that are backward-compatible)
600
-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).
601
602
-In other words: Major.Minor.Patch.
+In other words: `Major.Minor.Patch`.
603
604
## Contributions
605
0 commit comments