Skip to content

Commit 22d5ee4

Browse files
Update badges in README.md
1 parent dca4d93 commit 22d5ee4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
> Still work in progress.
33
44
# zlog - structured logging for zig
5-
[![MIT license][badge_license]][license_link]
6-
![GitHub code size in bytes][badge_code_size]
7-
[![PRs Welcome][badge_prs]][contributing_link]
5+
[![MIT license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/hendriknielaender/zlog/blob/HEAD/LICENSE)
6+
![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/hendriknielaender/zlog)
7+
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/hendriknielaender/zlog/blob/HEAD/CONTRIBUTING.md)
88
<img src="logo.png" alt="zlog logo" align="right" width="20%"/>
99

1010
zlog is a high-performance structured logging library for Zig with full OpenTelemetry support.

0 commit comments

Comments
 (0)