Skip to content

Commit 67ce1e2

Browse files
style: remove pesky trailing spaces
1 parent 3164672 commit 67ce1e2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,17 +57,17 @@ Either copy the scripts into your `PATH` or run the following command to add the
5757
scripts/link-git-commands.sh
5858
```
5959

60-
* This will link git scripts to a `bin` folder in your home directory.
60+
* This will link git scripts to a `bin` folder in your home directory.
6161
If you do not have a `bin` folder, it will create one for you.
6262

6363
### `git-tickets`
6464

65-
This command is used to get the tickets since staging was last updated.
66-
By default, it does not update the branches
65+
This command is used to get the tickets since staging was last updated.
66+
By default, it does not update the branches.
6767

6868
```shell
6969
git tickets [options] [arguments]
70-
```
70+
```
7171

7272
| Options | Description | Default | Any of |
7373
|----------|-----------------------------------------------------------------|---------|--------|
@@ -85,7 +85,7 @@ git tickets [options] [arguments]
8585
```
8686

8787
### `git-make-release`
88-
This command automates the process of preparing a new software release.
88+
This command automates the process of preparing a new software release.
8989
It creates a release branch from the current branch, increments the version number, updates the `CHANGELOG.md`
9090

9191
```shell

0 commit comments

Comments
 (0)