diff --git a/facets_dive/README.md b/facets_dive/README.md index 5dfc74a..d7ccfac 100644 --- a/facets_dive/README.md +++ b/facets_dive/README.md @@ -92,6 +92,8 @@ Provided you've loaded the `` Polymer element, you can insert an in ``` +Facets Dive makes use of HTML imports. So in order to use it, you must first load the appropriate polyfill, through ``, as shown in the demo notebooks in this repo. + To set the data, you'll need to add a little JavaScript. In your code, first get a reference to this DOM element, then assign your array of objects to the `data` attribute.