diff --git a/README.md b/README.md index c6a8f13..21c0a6b 100644 --- a/README.md +++ b/README.md @@ -140,7 +140,7 @@ const mainView = (state, prev, send) => html`

Title: ${state.title}

send('update', e.target.value)}> + oninput=${(e) => send('update', e.target.value)}/> `