From ce1f5666f3af00b42c08f2d2a2988054a0752aa2 Mon Sep 17 00:00:00 2001 From: Ashley Williams Date: Fri, 16 Dec 2022 08:17:10 -0600 Subject: [PATCH] doc(badges): add ci and crates.io badges to readme --- .github/workflows/{ci.yml => rust.yml} | 0 README.md | 3 +++ 2 files changed, 3 insertions(+) rename .github/workflows/{ci.yml => rust.yml} (100%) diff --git a/.github/workflows/ci.yml b/.github/workflows/rust.yml similarity index 100% rename from .github/workflows/ci.yml rename to .github/workflows/rust.yml diff --git a/README.md b/README.md index 68cacc5..07f5f76 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # axohtml +![Github Actions Rust](https://github.com/axodotdev/axohtml/actions/workflows/rust.yml/badge.svg) +![crates.io](https://img.shields.io/crates/v/axohtml.svg) + This crate provides the `html!` macro for building fully type checked HTML documents inside your Rust code using roughly [JSX] compatible syntax.