Skip to content

Commit

Permalink
Merge pull request #1382 from jbovenschen/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
gaearon committed Feb 11, 2016
2 parents 5826702 + 5790c69 commit 0fc8267
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Redux is a predictable state container for JavaScript apps.
It helps you write applications that behave consistently, run in different environments (client, server, and native), and are easy to test. On top of that, it provides a great developer experience, such as [live code editing combined with a time traveling debugger](https://github.com/gaearon/redux-devtools).

You can use Redux together with [React](https://facebook.github.io/react/), or with any other view library.
It is tiny (2kB) and has no dependencies.
It is tiny (2kB, including dependencies).

[![build status](https://img.shields.io/travis/rackt/redux/master.svg?style=flat-square)](https://travis-ci.org/rackt/redux)
[![npm version](https://img.shields.io/npm/v/redux.svg?style=flat-square)](https://www.npmjs.com/package/redux)
Expand Down

0 comments on commit 0fc8267

Please sign in to comment.