From 3f71113ae5d663b6b4525bcbd2b6dd8869a794da Mon Sep 17 00:00:00 2001 From: Lorenzo Di Giacomo Date: Tue, 31 Jan 2023 10:36:10 +0100 Subject: [PATCH] Update README.md --- examples/form/README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/examples/form/README.md b/examples/form/README.md index 22bfc1b..0f68564 100644 --- a/examples/form/README.md +++ b/examples/form/README.md @@ -1,6 +1,6 @@ -To try the other libraries, edit the imports inside the index.tsx file. +To try the other libraries, edit the imports inside the **index.tsx** file. -## relay-forms +### relay-forms ```ts //import App from './AppNoDeps'; @@ -11,7 +11,7 @@ import App from './AppRelayForms'; export { useFormSetValue, useFormSubmit, useFormState, useFormValue } from './AppRelayForms'; ``` -## react-relay-forms +### react-relay-forms ```ts //import App from './AppNoDeps'; @@ -22,7 +22,7 @@ export { useFormSetValue, useFormSubmit, useFormState, useFormValue } from './Ap //export { useFormSetValue, useFormSubmit, useFormState, useFormValue } from './AppRelayForms'; ``` -## relay-forms-nodeps +### relay-forms-nodeps ```ts import App from './AppNoDeps'; @@ -31,4 +31,4 @@ export { useFormSetValue, useFormSubmit, useFormState, useFormValue } from './Ap //export { useFormSetValue, useFormSubmit, useFormState, useFormValue } from './AppReactRelayForms'; //import App from './AppRelayForms'; //export { useFormSetValue, useFormSubmit, useFormState, useFormValue } from './AppRelayForms'; -``` \ No newline at end of file +```