Skip to content

Commit

Permalink
Merge pull request #11 from cymen/fix_typo_and_wording
Browse files Browse the repository at this point in the history
Fix typo and wording
  • Loading branch information
ekosz committed Jan 11, 2016
2 parents 84d8f2e + 067d48b commit bdfd42a
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 @@ -118,15 +118,15 @@ component.
**Warning**

Because falcor is intrinsically asynchronous your code can not rely on any one
piece of state being present when rending. In the example above we give
piece of state being present when rendering. In the example above we give
a default for `currentUser` when we haven't fetched that piece of data yet.

### Thanks

This library was *heavy* influenced by @gaearon and his work on
`react-redux`(https://github.com/rackt/react-redux). I would also like to thank
@trxcllnt for helping solve some of the problems with earlier versions of
`redux-falcor`. This library would be as usefull as it is now without his
`redux-falcor`. This library would not be as usefull as it is now without his
input.

### Licence
Expand Down

0 comments on commit bdfd42a

Please sign in to comment.