From abf7c33b20917a767e5f93f684ea53bb778ea048 Mon Sep 17 00:00:00 2001 From: Ayo Date: Tue, 4 Oct 2022 13:42:04 +0200 Subject: [PATCH] docs: update link to astro-reactive-form --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d895eb2..f69692c 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Let your data build your UI. Blazing-fast, reactive user interfaces with native | Packages | Version | Docs | Description | | --- | --- | --- | --- | -| [astro-reactive-form](https://github.com/ayoayco/astro-reactive-library/tree/main/packages/astro-reactive-form#readme) | [![npm](https://img.shields.io/npm/v/astro-reactive-form)](https://www.npmjs.com/package/astro-reactive-form) | 🛠 | generate a dynamic form which can be modified programatically | +| [astro-reactive-form](https://github.com/ayoayco/astro-reactive-library/blob/main/packages/astro-reactive-form/README.md#astro-reactive-form-) | [![npm](https://img.shields.io/npm/v/astro-reactive-form)](https://www.npmjs.com/package/astro-reactive-form) | 🛠 | generate a dynamic form which can be modified programatically | | astro-reactive-validator | 🛠 | 🛠 | set of utilities for validating inputs | | astro-reactive-datagrid | 🛠 | 🛠 | generate a dynamic datagrid or table of values |