From c772d63b933f4bdd2a5bfdc1375389237a697ae0 Mon Sep 17 00:00:00 2001 From: Christopher Cole Date: Mon, 3 Oct 2022 12:28:09 -0700 Subject: [PATCH] Change README.md badges Point them to github action results, crates.io, and docs.rs --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 24e24c2..058be20 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ -[![Build Status](https://travis-ci.org/cole14/rust-elf.svg?branch=master)](https://travis-ci.org/cole14/rust-elf) +[![](https://img.shields.io/crates/v/elf.svg)](https://crates.io/crates/elf) +[![](https://img.shields.io/crates/d/elf.svg)](https://crates.io/crates/elf) +[![Build Status](https://github.com/cole14/rust-elf/actions/workflows/rust.yml/badge.svg)](https://github.com/cole14/rust-elf/actions) +[![](https://docs.rs/elf/badge.svg)](https://docs.rs/elf/) # rust-elf Pure-Rust library for parsing ELF files