From 28ccf799f4262ca3e251aedc5c0db1079b024e1e Mon Sep 17 00:00:00 2001 From: Ari Lazier Date: Wed, 4 Nov 2015 21:32:27 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 182aaeef..82701ae6 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ let characters = realm.objects('Person'); let chandler = realm.objects('Person', 'name = "Chandler Bing"')[0]; ``` -Queries are live updating, so as change are made to the Realm, queries are updated automatically on access. +Queries are live updating, so as change are made to a Realm queries are updated automatically to reflect those changes. You can see more examples of how to use these APIs in the [ReactExample](https://github.com/realm/realm-js/tree/master/examples/ReactExample) app and in the [JS test files](https://github.com/realm/realm-js/tree/master/tests).