summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0b84248..7c7d163 100644
--- a/README.md
+++ b/README.md
@@ -126,7 +126,7 @@ We offer three ways to use Vaadin Elements in your project: Bower, CDN and ZIP a
// Use the returned data array directly as the data source
// (keeping all the data source items in the browser's memory)
- grid.data.source = json.results;
+ grid.datasource = json.results;
}
}
}