diff --git a/README.md b/README.md index d3967086..b4fe799c 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Use the hook and set your swipe(d) handlers. ```jsx const handlers = useSwipeable({ - onSwiped: (eventData) => console.log("User Swiped!", evenData), + onSwiped: (eventData) => console.log("User Swiped!", eventData), ...config, }); return
You can swipe here
;