Skip to content

Commit ddc5eb2

Browse files
committed
add npm badge, use markdown for badges
1 parent 70e2501 commit ddc5eb2

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
<p align="center">
2-
<img src="assets/changelog.svg" alt="changelog" height="100px">
3-
</p>
4-
5-
<p align="center">
6-
<a href="https://github.com/TheoBrigitte/changelog-parser/releases"><img src="https://img.shields.io/github/release/TheoBrigitte/changelog-parser.svg" alt="Github release"></a>
7-
<a href="https://github.com/TheoBrigitte/changelog-parser/actions/workflows/build.yaml"><img src="https://github.com/TheoBrigitte/changelog-parser/actions/workflows/build.yaml/badge.svg" alt="Github action"></a>
8-
</p>
1+
<div align="center">
2+
<img src="assets/changelog.svg" alt="changelog" height="100px">
93

104
# changelog parser
115

6+
[![npm](https://img.shields.io/npm/v/@theo.foobar/chlog.svg)](https://www.npmjs.com/package/@theo.foobar/chlog)
7+
[![Github releases](https://img.shields.io/github/release/TheoBrigitte/changelog-parser.svg)](https://github.com/TheoBrigitte/changelog-parser/releases)
8+
[![Github action](https://github.com/TheoBrigitte/changelog-parser/actions/workflows/build.yaml/badge.svg)](https://github.com/TheoBrigitte/changelog-parser/actions/workflows/build.yaml)
9+
1210
A command-line tool to easily manage and manipulate changelog files, ensuring consistency with the [keep a changelog](https://keepachangelog.com) format.
1311

12+
</div>
13+
1414
## Features
1515

1616
- Format and parse: Validate and automatically format your changelog file.

0 commit comments

Comments
 (0)