Skip to content

Commit 9f02dd5

Browse files
committed
readme updates
1 parent 17730bb commit 9f02dd5

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,21 +47,24 @@ This library is written with CommonJS modules. If you are using
4747
browserify, webpack, or similar, you can consume it like anything else
4848
installed from npm.
4949

50-
There is also a UMD build available on bower, find the library on
50+
There is also a global build available on bower, find the library on
5151
`window.ReactRouter`.
5252

5353
Features
5454
--------
5555

5656
- Nested views mapped to nested routes
5757
- Modular construction of route hierarchy
58-
- Fully asynchronous transition hooks
58+
- Sync and async transition hooks
5959
- Transition abort / redirect / retry
6060
- Dynamic segments
6161
- Query parameters
6262
- Links with automatic `.active` class when their route is active
6363
- Multiple root routes
64-
- Hash or HTML5 history URLs
64+
- Hash or HTML5 history (with fallback) URLs
65+
- Declarative Redirect routes
66+
- Declarative NotFound routes
67+
- Browser scroll behavior with transitions
6568

6669
Check out the `examples` directory to see how simple previously complex UI
6770
and workflows are to create.

0 commit comments

Comments
 (0)