Skip to content

Commit 6429091

Browse files
authored
Fix README link
1 parent 91cec12 commit 6429091

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Do you ever wanted a tool to standardize your git commits? Also to generate the
88

99
### Installation
1010

11-
1. Go to (releases)[https://github.com/vflopes/git-changelog/releases]
11+
1. Go to [releases](https://github.com/vflopes/git-changelog/releases)
1212
2. Download the version that fits your system and extract the executable file where you can keep the executable forever
1313
3. Run the executable with `-i` option, example: `./git-changelog-linux-x64 -i`
1414
4. Now you have the `git changelog` command
@@ -114,4 +114,4 @@ The tests are built with mocha and chai, you can run with the following command:
114114

115115
```
116116
npm run test
117-
```
117+
```

0 commit comments

Comments
 (0)