Skip to content

Commit f4024b1

Browse files
authored
Update README.md
1 parent 561ae4a commit f4024b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ the `push` and `stop` functions or the `buffer` argument, refer to the
159159

160160
```ts
161161
function MarkdownEditor() {
162-
const [inputs, pushInput] = useRepeater();
162+
const [inputs, push] = useRepeater();
163163
const result = useResult(async function*() {
164164
const md = new Remarkable();
165165
for await (const input of inputs) {

0 commit comments

Comments
 (0)