diff --git a/packages/router/README.md b/packages/router/README.md index 7fba2ae..013fd3d 100644 --- a/packages/router/README.md +++ b/packages/router/README.md @@ -1,6 +1,7 @@ # Router -The core functions of router that is designed to be slim and have an easy-to-read, yet powerful API. +Router encompases the core functions of a router. It is designed to be slim and have an +easy-to-read, yet powerful API. **NOTE** This router is geared toward offline-first apps and thus does not support pushState.