diff --git a/examples/form/README.md b/examples/form/README.md index e12f7cc..031f680 100644 --- a/examples/form/README.md +++ b/examples/form/README.md @@ -5,7 +5,7 @@ * To try the other libraries, edit the imports inside the index.tsx file. -## relay-forms +### relay-forms ```ts //import App from './AppNoDeps'; @@ -16,7 +16,7 @@ import App from './AppRelayForms'; export { useFormSetValue, useFormSubmit, useFormState, useFormValue } from './AppRelayForms'; ``` -## react-relay-forms +### react-relay-forms ```ts //import App from './AppNoDeps'; @@ -27,7 +27,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'; @@ -36,4 +36,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 +```