Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
sorrycc committed Sep 16, 2016
1 parent 94c7c3b commit 435862e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[![NPM downloads](http://img.shields.io/npm/dm/dva.svg?style=flat)](https://npmjs.org/package/dva)
[![Dependencies](https://david-dm.org/dvajs/dva/status.svg)](https://david-dm.org/dvajs/dva)

React and redux based, lightweight and elm-style framework.
React and redux based, lightweight and elm-style framework. (Inspired by [choo](https://github.com/yoshuawuyts/choo))

----

Expand Down Expand Up @@ -242,7 +242,7 @@ dva is a [hero](http://ow.blizzard.cn/heroes/dva) from overwatch. She is beautif
### Which packages was dva built on?
- views: [react](https://github.com/facebook/react)
- models: [redux](https://github.com/reactjs/redux), [react-redux](https://github.com/reactjs/react-redux)
- models: [redux](https://github.com/reactjs/redux), [react-redux](https://github.com/reactjs/react-redux), [redux-saga](https://github.com/yelouafi/redux-saga)
- router: [react-router](https://github.com/reactjs/react-router)
- http: [whatwg-fetch](https://github.com/github/fetch)
Expand Down

0 comments on commit 435862e

Please sign in to comment.