Skip to content

Commit

Permalink
fix(form-core): Change README.md to trigger release
Browse files Browse the repository at this point in the history
  • Loading branch information
gutentag2012 committed Apr 6, 2024
1 parent a5b986a commit 4b2723f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/form-core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const nameField = form.getOrCreateField('name', {
Now you can interact with the field:

```ts
nameField.handleChange('John Smith');
nameField.handleChange('John Doe');
```

You can also access the underlying signal directly:
Expand Down

0 comments on commit 4b2723f

Please # to comment.