Skip to content

Commit d3a31b2

Browse files
committed
Merge pull request #194 from firstdoit/patch-1
Fix typo in "isomorphic" and switches to universal
2 parents 34fe400 + fd89143 commit d3a31b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Read **[The Evolution of Flux Frameworks](https://medium.com/@dan_abramov/the-ev
5050
* Everything (Stores, Action Creators, configuration) is hot reloadable.
5151
* Preserves the benefits of Flux, but adds other nice properties thanks to its functional nature.
5252
* Prevents some of the anti-patterns common in Flux code.
53-
* Works great in isomoprhic apps because it doesn't use singletons and the data can be rehydrated.
53+
* Works great in [universal (aka “isomorphic”)](https://medium.com/@mjackson/universal-javascript-4761051b7ae9) apps because it doesn't use singletons and the data can be rehydrated.
5454
* Doesn't care how you store your data: you may use JS objects, arrays, ImmutableJS, etc.
5555
* Under the hood, it keeps all your data in a tree, but you don't need to think about it.
5656
* Lets you efficiently subscribe to finer-grained updates than individual Stores.

0 commit comments

Comments
 (0)