Skip to content

Commit 0468448

Browse files
committed
fix: Correct readme indentation for exit code
1 parent 6c27542 commit 0468448

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Diff to Html generates pretty HTML diffs from unified and git diff output in you
2323
- [Distributions](#distributions)
2424
- [Setup](#setup)
2525
- [Usage](#usage)
26-
- [Exit Status Codes](#exit-status-codes)
26+
- [Exit Status Codes](#exit-status-codes)
2727
- [Custom HTML wrapper template](#custom-html-wrapper-template)
2828
- [Examples](#examples)
2929
- [Contribute](#contribute)
@@ -90,13 +90,12 @@ Usage: diff2html [ flags and/or options ] -- [git diff passthrough flags and opt
9090
| -v | --version | Show version number | | |
9191
| -h | --help | Show help | | |
9292

93+
### Exit Status Codes
9394

94-
## Exit Status Codes
95-
96-
* :tada: 0: Success
97-
* :dizzy_face: 1: Generic Error
98-
* :cold_sweat: 3: Input diff is empty
99-
* :cop: 4: Value of `--hwt | --htmlWrapperTemplate` is not a valid file
95+
- :tada: 0: Success
96+
- :dizzy_face: 1: Generic Error
97+
- :cold_sweat: 3: Input diff is empty
98+
- :cop: 4: Value of `--hwt | --htmlWrapperTemplate` is not a valid file
10099

101100
### Custom HTML wrapper template
102101

0 commit comments

Comments
 (0)