diff --git a/readme.md b/readme.md index c24d8b7d4b0861ba0d27ebe32d72856bfb459346..652696fdc5f65fe2e612f12782fc53db967994bd 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