Skip to content

Commit 6ba655e

Browse files
authored
Readme: Fix header centering (#14)
1 parent c9510cd commit 6ba655e

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

README.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22

33
# comver
44

5-
</div>
6-
7-
<div align="center">
8-
95
[![Go Reference](https://pkg.go.dev/badge/github.com/typisttech/comver.svg)](https://pkg.go.dev/github.com/typisttech/comver)
106
[![GitHub Release](https://img.shields.io/github/v/release/typisttech/comver?style=flat-square&)](https://github.com/typisttech/comver/releases/latest)
117
[![Go](https://github.com/typisttech/comver/actions/workflows/go.yml/badge.svg)](https://github.com/typisttech/comver/actions/workflows/go.yml)
@@ -15,15 +11,15 @@
1511
[![X Follow @TangRufus](https://img.shields.io/badge/Follow-%40TangRufus-black?style=flat-square&logo=x&logoColor=white)](https://x.com/tangrufus)
1612
[![Hire Typist Tech](https://img.shields.io/badge/Hire-Typist%20Tech-ff69b4.svg?style=flat-square)](https://typist.tech/contact/)
1713

18-
</div>
19-
20-
<p align="center">
14+
<p>
2115
<strong>Package <code>comver</code> provides the ability to work with <a href="https://github.com/composer/semver/">composer supported versions</a> in Go.</strong>
2216
<br />
2317
<br />
2418
Built with ♥ by <a href="https://typist.tech/">Typist Tech</a>
2519
</p>
2620

21+
</div>
22+
2723
---
2824

2925
## Usage

0 commit comments

Comments
 (0)