diff --git a/readme.md b/readme.md index c24d8b7d..652696fd 100644 --- a/readme.md +++ b/readme.md @@ -443,7 +443,7 @@ Router.onRouteChangeStart = (url) => { } ``` -If you are no longer want to listen to that event, you can simply unset the event listener like this: +If you no longer want to listen to that event, you can simply unset the event listener like this: ```js Router.onRouteChangeStart = null