diff --git a/README.md b/README.md index b90282a..bea439a 100644 --- a/README.md +++ b/README.md @@ -481,7 +481,7 @@ The `hover` interaction provides an API for consistent hover behavior across all on:hoverstart={(e) => { console.log('you just hovered me!', e); }} - on:hoverstart={(e) => { + on:hoverend={(e) => { console.log('you just unhovered me!', e); }} >