Skip to content

Commit 89ca90c

Browse files
committed
Merge pull request #160 from thomascirca/readme_om_update
Added clarification as to what Om is
2 parents 3d0ce5e + ca307e1 commit 89ca90c

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
@@ -39,7 +39,7 @@ npm install nuclear-js
3939

4040
## How NuclearJS differs from other Flux implementations
4141

42-
1. All app state is in a singular immutable map, think Om. In development you can see your entire application state at every point in time thanks to awesome debugging tools built into NuclearJS.
42+
1. All app state is in a singular immutable map, like [Om](https://github.com/omcljs/om). In development you can see your entire application state at every point in time thanks to awesome debugging tools built into NuclearJS.
4343

4444
2. State is not spread out through stores, instead stores are a declarative way of describing some top-level domain of your app state. For each key in the app state map a store declares the initial state of that key and how that piece of the app state reacts over time to actions dispatched on the flux system.
4545

0 commit comments

Comments
 (0)