diff --git a/README.md b/README.md index 3d09066..b8a62e6 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,10 @@ Storeon logo by Anton Lovchikov - -[Storeon] Router which solves the problem of routing your application, providing full control over the route. -It size is 657 bytes (minified and gzipped) and uses [Size Limit] to control size. +[Storeon] Router which solves the problem of routing your application, providing full control over the route. + +It size is 650 bytes (minified and gzipped) and uses [Size Limit] to control size. [Storeon]: https://github.com/storeon/storeon [Size Limit]: https://github.com/ai/size-limit @@ -15,7 +15,7 @@ It size is 657 bytes (minified and gzipped) and uses [Size Limit] to control siz ``` npm install @storeon/router -# or +# or yarn add @storeon/router ``` @@ -122,7 +122,7 @@ Add `data-ignore-router` attribute to the link so that the router ignores it.

- Sponsored by Evrone

diff --git a/package.json b/package.json index 70b58ce..fe3bd8c 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ }, "size-limit": [ { - "limit": "657 B", + "limit": "650 B", "path": "index.js" } ],