Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
antonstjernquist authored May 4, 2023
1 parent e63ec6b commit be195af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export const Component = () => {

return (
<div>
<input placeholder="Yay, I don't move" {controls} />
<input placeholder="Yay, I don't move" {...controls} />
</div>
);
}
Expand Down

0 comments on commit be195af

Please sign in to comment.