Skip to content

Commit

Permalink
Update readme badge
Browse files Browse the repository at this point in the history
  • Loading branch information
ibireme committed Jun 11, 2023
1 parent 09ccaa4 commit 8af2ded
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@

# Introduction

[![Build](https://flat.badgen.net/github/status/ibireme/yyjson/master/)](https://github.com/ibireme/yyjson/actions)
[![Codecov](https://flat.badgen.net/codecov/c/github/ibireme/yyjson)](https://codecov.io/gh/ibireme/yyjson)
[![License](https://flat.badgen.net/github/license/ibireme/yyjson)](https://github.com/ibireme/yyjson/blob/master/LICENSE)
[![Version](https://flat.badgen.net/github/release/ibireme/yyjson?color=orange)](https://github.com/ibireme/yyjson/releases)
[![Build](https://img.shields.io/github/actions/workflow/status/ibireme/yyjson/cmake.yml?branch=master&style=flat-square)](https://github.com/ibireme/yyjson/actions/workflows/cmake.yml)
[![Codecov](https://img.shields.io/codecov/c/github/ibireme/yyjson/master?style=flat-square)](https://codecov.io/gh/ibireme/yyjson)
[![License](https://img.shields.io/github/license/ibireme/yyjson?color=blue&style=flat-square)](https://github.com/ibireme/yyjson/blob/master/LICENSE)
[![Version](https://img.shields.io/github/v/release/ibireme/yyjson?color=orange&style=flat-square)](https://github.com/ibireme/yyjson/releases)

A high performance JSON library written in ANSI C.

Expand Down
2 changes: 1 addition & 1 deletion doc/doxygen/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
<div class="headertitle"><div class="title">Introduction </div></div>
</div><!--header-->
<div class="contents">
<div class="textblock"><p ><a class="anchor" id="md_README"></a> <a href="https://github.com/ibireme/yyjson/actions"><img src="https://flat.badgen.net/github/status/ibireme/yyjson/master/" alt="Build" class="inline"/></a> <a href="https://codecov.io/gh/ibireme/yyjson"><img src="https://flat.badgen.net/codecov/c/github/ibireme/yyjson" alt="Codecov" class="inline"/></a> <a href="https://github.com/ibireme/yyjson/blob/master/LICENSE"><img src="https://flat.badgen.net/github/license/ibireme/yyjson" alt="License" class="inline"/></a> <a href="https://github.com/ibireme/yyjson/releases"><img src="https://flat.badgen.net/github/release/ibireme/yyjson?color=orange" alt="Version" class="inline"/></a></p>
<div class="textblock"><p ><a class="anchor" id="md_README"></a> <a href="https://github.com/ibireme/yyjson/actions/workflows/cmake.yml"><img src="https://img.shields.io/github/actions/workflow/status/ibireme/yyjson/cmake.yml?branch=master&amp;style=flat-square" alt="Build" class="inline"/></a> <a href="https://codecov.io/gh/ibireme/yyjson"><img src="https://img.shields.io/codecov/c/github/ibireme/yyjson/master?style=flat-square" alt="Codecov" class="inline"/></a> <a href="https://github.com/ibireme/yyjson/blob/master/LICENSE"><img src="https://img.shields.io/github/license/ibireme/yyjson?color=blue&amp;style=flat-square" alt="License" class="inline"/></a> <a href="https://github.com/ibireme/yyjson/releases"><img src="https://img.shields.io/github/v/release/ibireme/yyjson?color=orange&amp;style=flat-square" alt="Version" class="inline"/></a></p>
<p >A high performance JSON library written in ANSI C.</p>
<h1><a class="anchor" id="autotoc_md1"></a>
Features</h1>
Expand Down

0 comments on commit 8af2ded

Please sign in to comment.