diff --git a/README.md b/README.md index 39d672a..3f53858 100644 --- a/README.md +++ b/README.md @@ -101,7 +101,7 @@ Parameters can be made optional by adding a ?, or turned into a wildcard match b ``` -Then you access paramaters with `$route.params.X`. +Then you access paramaters with `$router.params.X`. > Borrowed from [Preact Router](https://github.com/preactjs/preact-router)