From 1640e084ee893fbcc183aae14462013d397e29d1 Mon Sep 17 00:00:00 2001 From: Takayuki Maeda <41065217+TaKO8Ki@users.noreply.github.com> Date: Thu, 27 May 2021 23:36:51 +0900 Subject: [PATCH] add CI status badge --- CONTRIBUTING.md | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index cb1bfa5..142aeea 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -8,7 +8,7 @@ The easiest way is to go to [README.md](README.md) and click on the "pen" icon i If you want to add an entry to the `README.md` please consider this: -- if you want to add something, please use the template `[ACCOUNT/REPO](https://github.com/ACCOUNT/REPO) — DESCRIPTION` +- if you want to add something, please use the template `[REPO](https://github.com/ACCOUNT/REPO) — DESCRIPTION` - if you want to add categories, please refer to categories in [awesome-rust](https://github.com/rust-unofficial/awesome-rust). - please pay attention to the alphabetical ordering. diff --git a/README.md b/README.md index 43c3261..94f39a9 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Awesome Rewrite It In Rust (RIIR) +# Awesome Rewrite It In Rust (RIIR) [![github workflow status](https://img.shields.io/github/workflow/status/TaKO8Ki/awesome-rewrite-it-in-rust/CI/main)](https://github.com/TaKO8Ki/awesome-rewrite-it-in-rust/actions) A curated list of replacements for existing software written in Rust. @@ -45,7 +45,7 @@ If you want to contribute, please read [CONTRIBUTING.md](CONTRIBUTING.md). #### rm -* [nivekuil/rip](https://github.com/nivekuil/rip) - A safe and ergonomic alternative to rm +* [rip](https://github.com/nivekuil/rip) - A safe and ergonomic alternative to rm #### sed