From b2eeed0663e63561b78401172f377b3b3ee1c27a Mon Sep 17 00:00:00 2001 From: Ayo Date: Mon, 24 Oct 2022 11:18:25 +0200 Subject: [PATCH] docs: update package descriptions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 224b8e3..080adb0 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ | Packages | Version | Description | | --- | --- | --- | | [form](https://github.com/ayoayco/astro-reactive-library/blob/main/packages/form/README.md) | [![npm](https://img.shields.io/npm/v/@astro-reactive/form)](https://www.npmjs.com/package/@astro-reactive/form) | a dynamic form which can be modified programmatically | -| [validator](https://github.com/ayoayco/astro-reactive-library/blob/main/packages/validator/README.md)| [![npm](https://img.shields.io/npm/v/@astro-reactive/validator)](https://www.npmjs.com/package/@astro-reactive/validator) | set up validators for your form easily | +| [validator](https://github.com/ayoayco/astro-reactive-library/blob/main/packages/validator/README.md)| [![npm](https://img.shields.io/npm/v/@astro-reactive/validator)](https://www.npmjs.com/package/@astro-reactive/validator) | validators for editable fields | | data-grid | 🛠 | a dynamic data grid of values | | themes | 🛠 | easy-to-use, accessible, consistent cross-browser styles | | viz | 🛠 | data visualization that emits and responds to events |