diff --git a/README.md b/README.md index cbf7ea4..48c2fe4 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # abnf-rfc5234 +[![Crates.io](https://img.shields.io/crates/v/abnf-rfc5234?style=flat-square)](https://crates.io/crates/abnf-rfc5234) +[![Crates.io](https://img.shields.io/crates/d/abnf-rfc5234?style=flat-square)](https://crates.io/crates/abnf-rfc5234) +[![License](https://img.shields.io/badge/license-ISC-blue?style=flat-square)](LICENSE) + Rust library for working with Augmented BNF (ABNF) Syntax Specifications in accordance with RFC 5234 (). @@ -16,4 +20,4 @@ defined in other RFCs. ## Notable library crates that use this library crate -None yet :^) \ No newline at end of file +None yet :^)