Skip to content

Commit ccb131e

Browse files
committed
update readme
1 parent dfc91a7 commit ccb131e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,8 @@ like redux, but much simpler, when you wrap your App, your App get a `actions` p
168168
```
169169
170170
### [More Examples](./examples)
171-
- [Type N Search](./examples/type-n-search)
172-
- [TodoMVC](./examples/todomvc)
171+
- [Type N Search](./examples/type-n-search) [(live)](https://oyanglul.us/react-most/examples/type-n-search/public/)
172+
- [TodoMVC](./examples/todomvc) [(live)](https://oyanglul.us/react-most/examples/todomvc/public/)
173173
174174
## Performance
175175
`react-most` no more than creating stream from your actions, and bind it to state stream. no any other computations happen in `react-most`. so please refer to [most.js's perf](https://github.com/cujojs/most/tree/master/test/perf) which is realy Great!

0 commit comments

Comments
 (0)