doc(license): add badge

This commit is contained in:
Ashley Williams 2022-12-16 08:19:15 -06:00
parent ce1f5666f3
commit 9978e91518
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
![Github Actions Rust](https://github.com/axodotdev/axohtml/actions/workflows/rust.yml/badge.svg)
![crates.io](https://img.shields.io/crates/v/axohtml.svg)
[![License: MPL 2.0](https://img.shields.io/badge/License-MPL_2.0-brightgreen.svg)](https://opensource.org/licenses/MPL-2.0)
This crate provides the `html!` macro for building fully type checked HTML
documents inside your Rust code using roughly [JSX] compatible syntax.