Skip to content

Commit

Permalink
Merge pull request reduxjs#1107 from Cplantijn/patch-1
Browse files Browse the repository at this point in the history
Change MD to be more understandable on example.
  • Loading branch information
omnidan committed Dec 5, 2015
2 parents 6b83018 + 3c95086 commit b9c3dd3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/introduction/ThreePrinciples.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ This makes it easy to create universal apps, as the state from your server can b
```js
console.log(store.getState())

/* Prints
{
visibilityFilter: 'SHOW_ALL',
todos: [
Expand All @@ -24,6 +25,7 @@ console.log(store.getState())
}
]
}
*/
```

### State is read-only
Expand Down

0 comments on commit b9c3dd3

Please sign in to comment.