Skip to content

Commit

Permalink
readme: small improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
farwayer committed Apr 28, 2020
1 parent 55bcb97 commit 1e2c437
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ not be automatically encoded/decoded. Check
[encode and decode options](https://github.com/pillarjs/path-to-regexp#match)
if you need it.

Library size limited to **1.8 KB** (no utils, all dependencies, minified
and gzipped) with the help of [Size Limit](https://github.com/ai/size-limit).
Library size limited to **1.8 KB** (no utils, all deps, minified and gzipped)
with [Size Limit](https://github.com/ai/size-limit).

## Installation

Expand Down Expand Up @@ -67,6 +67,7 @@ from top to bottom, so more general rules coming first take precedence. You
should put more concrete rules above catch-all.

Right order:

```js
<Route>
<Users path='/users'>
Expand Down

0 comments on commit 1e2c437

Please sign in to comment.