Browse Source

Update README

master
TheoryOfNekomata 3 years ago
parent
commit
9563565723
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      README.md

+ 1
- 1
README.md View File

@@ -73,7 +73,7 @@ const submitter = form.querySelector('[type="submit"][name="type"][value="client
const values = getFormValues(form, { submitter }); const values = getFormValues(form, { submitter });


const processResult = (result: Record<string, unknown>) => { const processResult = (result: Record<string, unknown>) => {
throw new Error('Not yet implemented.');
throw new Error('Not yet implemented.');
}; };


// Best use case is with event handlers // Best use case is with event handlers


Loading…
Cancel
Save