From 26eba763f6b5c503f9441612ef9ee213abbe8572 Mon Sep 17 00:00:00 2001 From: natxocc Date: Sun, 22 Mar 2026 01:02:19 +0100 Subject: [PATCH] update --- Readme.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Readme.md b/Readme.md index eae15bc..704dc25 100644 --- a/Readme.md +++ b/Readme.md @@ -3,6 +3,11 @@ SigPro 2 is a modern, minimalist JavaScript framework designed for developers who want the power of reactivity without the overhead of heavy runtimes. It weighs less than **2KB**, uses a signal-based architecture, and is fully extensible through a modular plugin system. + +[![npm version](https://img.shields.io/npm/v/sigpro.svg)](https://www.npmjs.com/package/sigpro) +[![bundle size](https://img.shields.io/bundlephobia/minzip/sigpro)](https://bundlephobia.com/package/sigpro) +[![license](https://img.shields.io/npm/l/sigpro)](https://github.com/natxocc/sigpro/blob/main/LICENSE) + --- ## 🚀 Key Features