From c57c2e008abcb1e9ceee43df3a75233d3566c4fc Mon Sep 17 00:00:00 2001 From: Lukasz Raczylo Date: Sun, 9 May 2021 19:15:05 +0100 Subject: [PATCH] Update README markdown. --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 1513e98..ff40ea6 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ bash$ ./semver-gen generate -l SEMVER 5.1.1 ``` -** Local repository flag `-l` will always take precedence over remote repository URL ** +**Local repository flag `-l` will always take precedence over remote repository URL** ```yaml Usage: @@ -106,10 +106,10 @@ wording: - the # For testing purposes ``` -* version: is not respected at the moment, introduced for potential backwards compatibility in future -* force: sets the "starting" version, you don't need to specify this section as the default is always `0` -* force.commit allows you to set commit hash from which the calculations should start -* wording: words the program should look for in the git commits to increment (patch|minor|major) +* `version`: is not respected at the moment, introduced for potential backwards compatibility in future +* `force`: sets the "starting" version, you don't need to specify this section as the default is always `0` +* `force.commit`: allows you to set commit hash from which the calculations should start +* `wording`: words the program should look for in the git commits to increment (patch|minor|major) ### Good to know