diff --git a/README.md b/README.md index 02b6c35..803b62e 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ function App() { case "copy": console.log(event, props) break; - case "cut"; + case "cut": console.log(event, props); break; //etc...