Skip to content

Commit 734705a

Browse files
committed
chore: updating README.md
1 parent 51d8a7b commit 734705a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
Set of React hooks that integrates [Laravel Precognition](https://github.com/laravel/framework/pull/44339) with Inertia.js and simple forms. <br>
88
The hooks are highly based on [laravel-precognition-vue](https://www.npmjs.com/package/laravel-precognition-vue?activeTab=readme).
99

10-
# Install (TBD)
10+
# Install
1111

1212
#### Using npm
1313

@@ -67,8 +67,8 @@ const ExampleForm = () => {
6767
const onHandleChange = (event: ChangeEvent<HTMLInputElement>) => {
6868
// This will validate the input and update the form data
6969
validateAndSetDataByKeyValuePair(
70-
event.target.name as keyof FormFields,
71-
event.target.value,
70+
event.target.name as keyof FormFields,
71+
event.target.value,
7272
);
7373
}
7474

0 commit comments

Comments
 (0)