From af7a97644d954be757d43476878e72e9c67b23eb Mon Sep 17 00:00:00 2001 From: Yash Karandikar Date: Thu, 4 Nov 2021 13:10:22 -0500 Subject: [PATCH] Add badges to README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 06dac08..95ed653 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # Circe +[![crates.io](https://img.shields.io/crates/v/circe.svg)](https://crates.io/crates/circe) +[![Documentation](https://docs.rs/circe/badge.svg)](https://docs.rs/circe) +[![Unlicense](https://img.shields.io/crates/l/circe.svg)](./LICENSE) + `Circe` is a an IRC crate built to be as minimal as possible. It's currently work-in-progress, and more stuff is on its way! ## Getting started