Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
kuu12 committed Sep 15, 2018
1 parent 0d6a94d commit 1ee21ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Less Router is a minimal and fully functional router for React.
- **Simple API:** Start using in 5 minutes.
- **Cachable:** By adding `autoCache` property, Route changes won't make component unmount/remount but hide/show.
- **Support most features in *React Router V4*:** Dynamic routing, recursive paths, no match (404), and other features.
- **Minimal:** Less than 3kB(gzipped), while *React Router V4* takes 8kB.
- **Minimal:** Only 3kB(gzipped), while *React Router V4* takes 8kB.
- **Reliable:** All features have been tested.

# Installation
Expand Down

0 comments on commit 1ee21ec

Please sign in to comment.