From f30a7b18fcb307137c5e9a481e6567210405a266 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Mon, 24 May 2021 07:15:27 -0400 Subject: [PATCH] Update README.md --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 176311d..563e09b 100644 --- a/README.md +++ b/README.md @@ -7,12 +7,6 @@ semver-diff Get the difference between your previous tagged semantic version and the latest tag using [semver-tool](https://github.com/fsaintjacques/semver-tool) -Example -------- - -![Screen Shot 2021-05-24 at 7 13 32 AM](https://user-images.githubusercontent.com/17484350/119339811-a6b92a80-bc5f-11eb-9f6f-475cae246545.png) - - Usage ----- @@ -42,6 +36,11 @@ jobs: # Outputs: Release type: major || minor || patch || prerelease || build ``` +Example +------- + +![Screen Shot 2021-05-24 at 7 13 32 AM](https://user-images.githubusercontent.com/17484350/119339811-a6b92a80-bc5f-11eb-9f6f-475cae246545.png) + ## Inputs