From 0a2fe131b2c79e81442fe0566231ccc453e6362e Mon Sep 17 00:00:00 2001 From: Dorian Date: Wed, 18 Sep 2024 20:57:42 +0200 Subject: [PATCH] Update README.md Fix badges once again --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e5e2bbf..b0d8667 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Crates.io](https://img.shields.io/crates/v/rtf-parser.svg?style=flat-square&color=orange)](https://crates.io/crates/rtf-parser) ![Crates.io License](https://img.shields.io/crates/l/rtf-parser?style=flat-square) [![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) -[![NPM Total Downloads](https://img.shields.io/npm/d18m/rtf-parser-wasm?label=NPM%20Downloads)](https://www.npmjs.com/package/rtf-parser-wasm) +[![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) [![docs.rs](https://img.shields.io/docsrs/rtf-parser?style=flat-square)](https://docs.rs/rtf-parser) A safe Rust RTF parser & lexer library designed for speed and memory efficiency, with no external dependencies.