From 18746af4c4fffe031dff068af6244d4f142ba118 Mon Sep 17 00:00:00 2001 From: Mihal Malostanidis Date: Sat, 25 Feb 2017 23:48:16 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 19346adf2..17fd8a954 100644 --- a/README.md +++ b/README.md @@ -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