From f4239bee319fc8c79d3113a6cc0e5f4521253538 Mon Sep 17 00:00:00 2001 From: Madeline Date: Tue, 10 Sep 2024 14:06:04 -0400 Subject: [PATCH] Add badges to readme they look pretty <3 --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 0af21d0..2e76e54 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,8 @@ # celeste_rs +[![crates.io](https://img.shields.io/crates/v/celeste_rs.svg)](https://crates.io/crates/celeste_rs) +[![docs](https://docs.rs/celeste_rs/badge.svg)](https://docs.rs/celeste_rs) +[![Rust CI](https://github.com/maddymakesgames/celeste_rs/actions/workflows/rust.yaml/badge.svg)](https://github.com/maddymakesgames/celeste_rs/actions/workflows/rust.yaml) + Collection of Rust crates to work with data formats found in the game Celeste and it's modding scene.