Skip to content

Commit 56724e8

Browse files
author
Adnan Ahmed
committed
Update readme formatting
1 parent 889dde1 commit 56724e8

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

README.md

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -35,35 +35,34 @@ Below is the description of all the accepted options
3535

3636
## Examples
3737

38-
- Pull request from current branch to `master` branch with specified title
38+
> Pull request from current branch to `master` branch with specified title
3939
40-
```shel
40+
```shell
4141
$ ghpr -t "Adds the unit tests"
4242
```
4343

44-
- Pull request from `tests` branch to `develop`
44+
> Pull request from `tests` branch to `develop`
4545
46-
```shel
46+
```shell
4747
$ ghpr -t "Adds the unit tests" -h develop -b tests
4848
```
4949

50-
- Specifying the description
50+
> Specifying the description
5151
52-
```shel
52+
```shell
5353
$ ghpr -t "Adds the unit tests" -h develop -b tests -d "Added unit tests for the ACL module"
5454
```
5555

56-
- Copy the pull request URL to clipboard after opening
57-
58-
```shel
59-
# Will open pull request from current branch to master with the given title and copy the URL to clipboard
56+
> Copy the pull request URL to clipboard after opening
57+
> Will open pull request from current branch to master with the given title and copy the URL to clipboard
6058
59+
```shell
6160
$ ghpr -t "Adds the unit tests" -c
6261
```
6362

64-
- Dry run - Below command will not create a pull request but print the meta
63+
> Dry run - Below command will not create a pull request but print the meta
6564
66-
```shel
65+
```shell
6766
$ ghpr -t "Adds the unit tests" -h develop -b tests
6867
```
6968

0 commit comments

Comments
 (0)