Skip to content

Commit 90cf19e

Browse files
authored
chore: Update badges in README
1 parent 87de601 commit 90cf19e

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# rtf-parser
2-
[![Crates.io](https://img.shields.io/crates/v/rtf-parser.svg?style=flat-square&color=orange)](https://crates.io/crates/rtf-parser)
3-
![Crates.io License](https://img.shields.io/crates/l/rtf-parser?style=flat-square)
4-
[![Crates.io Total Downloads](https://img.shields.io/crates/d/rtf-parser?label=Crates.io%20Downloads&style=flat-square&color=violet)](https://crates.io/crates/rtf-parser)
5-
[![NPM Total Downloads](https://img.shields.io/npm/d18m/rtf-parser-wasm?label=NPM%20Downloads&style=flat-square&color=red)](https://www.npmjs.com/package/rtf-parser-wasm)
6-
[![docs.rs](https://img.shields.io/docsrs/rtf-parser?style=flat-square)](https://docs.rs/rtf-parser)
2+
[![Crates.io](https://flat.badgen.net/crates/v/rtf-parser?color=orange)](https://crates.io/crates/rtf-parser)
3+
![Crates.io License](https://flat.badgen.net/badge/license/MIT/blue)
4+
[![Crates.io Total Downloads](https://flat.badgen.net/crates/d/rtf-parser?label=Crates.io%20Downloads&color=green)](https://crates.io/crates/rtf-parser)
5+
[![NPM Downloads](https://flat.badgen.net/npm/dm/rtf-parser-wasm?label=NPM%20Downloads&color=red)](https://www.npmjs.com/package/rtf-parser-wasm)
6+
[![docs.rs](https://flat.badgen.net/badge/docs.rs/docs/blue)](https://docs.rs/rtf-parser)
77

88
A safe Rust RTF parser & lexer library designed for speed and memory efficiency, with no external dependencies.
99

0 commit comments

Comments
 (0)