Skip to content

Commit

Permalink
Fix badges in the README
Browse files Browse the repository at this point in the history
  • Loading branch information
LVala committed Jul 20, 2024
1 parent 03af451 commit fe9ff51
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

# `zaft`

![Zig version](https://img.shields.io/badge/zig-0.13.0-orange?style=flat&logo=zig&label=Zig&color=%23eba742)
![Release](https://img.shields.io/github/v/release/LVala/zaft)
![CI](https://img.shields.io/github/actions/workflow/status/LVala/zaft/ci.yml)
<a href="https://ziglang.org/download/"><img src="https://img.shields.io/badge/0.13.0-orange?style=flat&logo=zig&label=Zig&color=%23eba742"></a>
<a href="https://github.com/LVala/zaft/releases"><img src="https://img.shields.io/github/v/release/LVala/zaft?link=https%3A%2F%2Fgithub.com%2FLVala%2Fzaft%2Freleases"></a>
<a href="https://github.com/LVala/zaft/actions"><img src="https://img.shields.io/github/actions/workflow/status/LVala/zaft/ci.yml?link=https%3A%2F%2Fgithub.com%2FLVala%2Fzaft%2Factions"></a>

### The Raft Consensus Algorithm in Zig

Expand Down

0 comments on commit fe9ff51

Please sign in to comment.