Skip to content

Commit

Permalink
Update tests badge in README.
Browse files Browse the repository at this point in the history
  • Loading branch information
AldaronLau committed Feb 15, 2021
1 parent b7940a0 commit adb8d58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

#### A pure Rust PNG/APNG encoder & decoder

[![Build Status](https://api.travis-ci.org/AldaronLau/png_pong.svg?branch=master)](https://travis-ci.org/AldaronLau/png_pong)
[![Docs](https://docs.rs/png_pong/badge.svg)](https://docs.rs/png_pong)
[![tests](https://github.com/AldaronLau/png_pong/workflows/tests/badge.svg)](https://github.com/AldaronLau/png_pong/actions?query=workflow%3Atests)
[![docs](https://docs.rs/png_pong/badge.svg)](https://docs.rs/png_pong)
[![crates.io](https://img.shields.io/crates/v/png_pong.svg)](https://crates.io/crates/png_pong)

This is a pure Rust PNG image decoder and encoder taking inspiration from
Expand Down

0 comments on commit adb8d58

Please sign in to comment.