Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
calimaborges committed Feb 20, 2020
1 parent a11dbf6 commit 86e5afd
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# capiroute

!! ARCHIVED PROJECT! OTHER ROUTERS ARE MUCH BETTER !! TRY:

- [https://github.com/ReactTraining/react-router](https://github.com/ReactTraining/react-router)
- [https://reach.tech/router](https://reach.tech/router)

[![Build Status](https://www.travis-ci.org/calimaborges/capiroute.svg?branch=master)](https://www.travis-ci.org/calimaborges/capiroute)
[![Coverage Status](https://coveralls.io/repos/github/calimaborges/capiroute/badge.svg?branch=master)](https://coveralls.io/github/calimaborges/capiroute?branch=master)

Expand Down Expand Up @@ -175,4 +180,4 @@ export default MyLink;
// considering current URL /?type=archived
// should link to /tasks?type=archived
<Link to="/tasks" keepQuery />
```
```

0 comments on commit 86e5afd

Please sign in to comment.