Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
qm3ster committed Feb 25, 2017
1 parent bc4dd19 commit 18746af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -66,7 +66,7 @@ class Todo {
```

Using `observable` is like turning a property of an object into a spreadsheet cell.
But unlike spreadsheets, these values cannot just be primitive values, but also references, objects and arrays.
But unlike spreadsheets, these values can be not only primitive values, but also references, objects and arrays.
You can even [define your own](http://mobxjs.github.io/mobx/refguide/extending.html) observable data sources.

### Intermezzo: Using MobX in ES5, ES6 and ES.next environments
Expand Down

0 comments on commit 18746af

Please sign in to comment.