From f84003200a7199e33eec3f54bc4b815a334cfb94 Mon Sep 17 00:00:00 2001 From: Jaime Vega Date: Sat, 12 Aug 2017 15:18:46 +0200 Subject: [PATCH] Added comment explaining that demo page only work with ES6 browsers --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 142e2ca..e99e60a 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,10 @@ bower install paper-autocomplete http://ellipticaljs.github.io/paper-autocomplete/ +**Important: The demos only work with browers which are ES2015/ES6 compatible.**. This component is compatible with older +browsers as well, but the code need to be transpiled to ES5. `polymer build` and `polymer serve` can do that for you. +This code from this page is not transpiled. + # Want to contribute? Check out our [Contributing guide](./CONTRIBUTING.md)!