Skip to content

Commit 516da8a

Browse files
committed
chore(readme): update formatting
1 parent ec1611e commit 516da8a

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,16 @@ npx git-merged-branches
2424

2525
## Usage
2626

27-
By default, the command shows merged branches into the base branch (**master** or **main**). If neither exists, it will notify you.
27+
By default, the command shows merged branches into the base branch (**master** or **main**).
28+
If neither exists, it will notify you.
2829

2930
Example output:
3031

3132
```bash
3233
$ git-merged-branches
3334
Branches merged into 'master':
34-
feature/add-new-feature
3535
bugfix/fix-crash-on-start
36+
feature/add-new-feature
3637
hotfix/urgent-fix
3738
```
3839

@@ -57,10 +58,10 @@ With this setup, `git-merged-branches` will generate links for branches with suc
5758
```bash
5859
$ git-merged-branches
5960
Branches merged into 'master':
60-
TOKEN-800_new-feature <https://your-jira-instance.net/browse/TOKEN-800>
61-
fix/TOKEN-123_some-fix <https://your-jira-instance.net/browse/TOKEN-123>
6261
fix/EXTERNAL-391
62+
fix/TOKEN-123_some-fix <https://your-jira-instance.net/browse/TOKEN-123>
6363
hotfix
64+
TOKEN-800_new-feature <https://your-jira-instance.net/browse/TOKEN-800>
6465
```
6566

6667
If the configuration is invalid, warnings will be shown and the utility will skip formatting URLs.
@@ -98,4 +99,6 @@ Now you can run `git-merged-branches` on your local machine.
9899

99100
## Contributing
100101

101-
If you have any ideas, bug reports, or feature requests, feel free to [contribute](https://github.com/VChet/git-merged-branches/pulls) or report [issues](https://github.com/VChet/git-merged-branches/issues).
102+
If you have any ideas, bug reports, or feature requests,
103+
feel free to [contribute](https://github.com/VChet/git-merged-branches/pulls)
104+
or report [issues](https://github.com/VChet/git-merged-branches/issues).

0 commit comments

Comments
 (0)