From e2f625cd02f5cfaf351095211db6f04b6e0ad8af Mon Sep 17 00:00:00 2001 From: Matti Nannt Date: Wed, 23 Nov 2022 14:45:42 +0100 Subject: [PATCH] Fix Markdown issue --- packages/react/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react/README.md b/packages/react/README.md index 738345fae8..38d78d978c 100644 --- a/packages/react/README.md +++ b/packages/react/README.md @@ -1,4 +1,4 @@ -#Building React forms just got really easy 🤸 +# Building React forms just got really easy 🤸 Every developer works with forms, few like their experience. Building Forms, especially in React, can be pretty annoying. State management, validation, form components, accessibility, internationalization and performance are all things you have to deal with, but don't really want to.