From f85699039be82af9781ffc2fe41032f7c8a64218 Mon Sep 17 00:00:00 2001 From: nthnn Date: Tue, 5 Dec 2023 11:56:40 +0800 Subject: [PATCH] PlatformIO release badge. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c432967..7a8ec7f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # microlzw -![Arduino CI](https://github.com/nthnn/microlzw/actions/workflows/arduino_ci.yml/badge.svg) ![Arduino Lint](https://github.com/nthnn/microlzw/actions/workflows/arduino_lint.yml/badge.svg) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/nthnn/microlzw/blob/main/LICENSE) +![Arduino CI](https://github.com/nthnn/microlzw/actions/workflows/arduino_ci.yml/badge.svg) ![Arduino Lint](https://github.com/nthnn/microlzw/actions/workflows/arduino_lint.yml/badge.svg) [![PlatformIO Registry](https://badges.registry.platformio.org/packages/nthnn/library/microlzw.svg)](https://registry.platformio.org/libraries/nthnn/microlzw) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/nthnn/microlzw/blob/main/LICENSE) **microlzw** is a lightweight and embeddable Micro Lempel-Ziv-Welch (MLZW) compression library designed specifically for Arduino projects. It provides efficient string compression and decompression functionalities, catering to scenarios where memory and storage resources are limited.