Skip to content

Commit ff51a56

Browse files
committed
Fix markdownlint errors
1 parent 9291af1 commit ff51a56

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@
44

55
This is an official containerization of [Github Changelog Generator](https://github.com/github-changelog-generator/github-changelog-generator).
66

7-
# How to Run this Image
7+
For each Github Changelog Generator release, you will find the corresponding docker image tag.
88

9+
## How to Run this Image
910

10-
```
11-
$ docker run -it --rm -v "$(pwd)":/usr/local/src/your-app ferrarimarco/github-changelog-generator
11+
```shell
12+
docker run -it --rm -v "$(pwd)":/usr/local/src/your-app ferrarimarco/github-changelog-generator
1213
```

0 commit comments

Comments
 (0)