diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2023-10-05 14:44:55 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-05 14:44:55 -0400 |
commit | 3f15559a82484d46942a68e18ba18c7e1c31aab3 (patch) | |
tree | 6dcc58128e7171ee4a64bacf84557d5c0e881c64 /README.md | |
parent | 428cf9c206beee3407ea3c5480b00f4cfbea95f5 (diff) | |
download | bfs-3f15559a82484d46942a68e18ba18c7e1c31aab3.tar.xz |
README: Realign badges
A recent GitHub change broke the nice alignment of the badges to the top
heading, so just put the badges underneath it for now.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -1,13 +1,12 @@ <div align="center"> -<h1> -<code>bfs</code> -<br clear="all"> +# `bfs` + <a href="https://github.com/tavianator/bfs/releases"><img src="https://img.shields.io/github/v/tag/tavianator/bfs?label=version" alt="Version" align="left"></a> <a href="/LICENSE"><img src="https://img.shields.io/badge/license-0BSD-blue.svg" alt="License" align="left"></a> <a href="https://github.com/tavianator/bfs/actions/workflows/ci.yml"><img src="https://github.com/tavianator/bfs/actions/workflows/ci.yml/badge.svg" alt="CI Status" align="right"></a> <a href="https://codecov.io/gh/tavianator/bfs"><img src="https://img.shields.io/codecov/c/github/tavianator/bfs?token=PpBVuozOVC" alt="Code coverage" align="right"/></a> -</h1> +<br clear="all"> **[Features] • [Installation] • [Usage] • [Building] • [Hacking] • [Changelog]** |