Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
doasync committed Sep 5, 2020
1 parent ee51db9 commit 3ac20da
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
[![NPM Version][npm-image]][npm-url] ![NPM Downloads][downloads-image] [![GitHub issues][issues-image]][issues-url]

[npm-image]: https://img.shields.io/npm/v/trace-router.svg
[npm-url]: https://www.npmjs.com/package/trace-router
[downloads-image]: https://img.shields.io/npm/dw/trace-router.svg
[deps-image]: https://david-dm.org/doasync/trace-router.svg
[issues-image]: https://img.shields.io/github/issues/doasync/trace-router.svg
[issues-url]: https://github.com/doasync/trace-router/issues

# Trace Router

The next generation router for your app
Expand Down Expand Up @@ -47,7 +56,7 @@ exactRoot.visible.watch(visible => {
});
```

Use routes in React (`trace-router-react`):
Use routes in React (`trace-router-react` package):

```jsx
export const Root = () => (
Expand Down Expand Up @@ -278,6 +287,8 @@ export type MergedRoute = {

</details>

### Docs
### Repo

Give `trace-router` a star!

See the source code ;)
GitHub ★: https://github.com/doasync/trace-router

0 comments on commit 3ac20da

Please sign in to comment.