From 2ed52568f625ba2b419214765dd7280c428812cd Mon Sep 17 00:00:00 2001 From: Artur Date: Tue, 12 Sep 2023 09:39:59 +0300 Subject: [PATCH] chore: Fix invalid README (#1238) --- packages/ts/react-form/README.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/packages/ts/react-form/README.md b/packages/ts/react-form/README.md index 8ea2488ae2..8b2055ffe8 100644 --- a/packages/ts/react-form/README.md +++ b/packages/ts/react-form/README.md @@ -1,22 +1,20 @@ -# Hilla Form +# Hilla React Form -[API documentation ↗](https://hilla.dev/docs/data-binding/reference) +[![Latest Stable Version](https://img.shields.io/npm/v/@hilla/react-form.svg)](https://www.npmjs.com/package/@hilla/react-form) -[![Latest Stable Version](https://img.shields.io/npm/v/@hilla/form.svg)](https://www.npmjs.com/package/@hilla/form) - -A set of utilities for building forms with TypeScript and [Lit](https://lit.dev/), including data binding, validation, code generation, backend integration, Lit directives, and more. +A set of utilities for building forms with TypeScript and React. A part of the Hilla project. ## Installation ```bash -$ npm install @hilla/form +$ npm install @hilla/react-form ``` ## Contribution -Read the [contributing guide](https://vaadin.com/docs/latest/contributing-docs/overview) to learn about our development process, how to propose bugfixes and improvements, and how to test your changes to Vaadin components. +Read the [contributing guide](https://vaadin.com/docs/latest/contributing-docs/overview) to learn about our development process, how to propose bugfixes and improvements, and how to test your changes. ## License