diff --git a/_layouts/default.html b/_layouts/default.html index e8ba51d6..aabb7e65 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -30,7 +30,7 @@ Recline.js – relax with your data
Models help you structure your work with data by providing some standard objects such as Dataset and Record – a Dataset being a collection of Records. More »
+Models help you structure your work with data by providing some standard objects such as Dataset and Record – a Dataset being a collection of Records. More »
Backends connect your Models to data sources (and stores) – for example Google Docs spreadsheets, local CSV files, the DataHub, ElasticSearch etc. More »
+Backends connect your Models to data sources (and stores) – for example Google Docs spreadsheets, local CSV files, the DataHub, ElasticSearch etc. More »
Views are user interface components for displaying, editing or interacting with the data. For example, maps, graphs, data grids or a query editor. More »
+Views are user interface components for displaying, editing or interacting with the data. For example, maps, graphs, data grids or a query editor. More »