Skip to content

Commit

Permalink
Added comment explaining that demo page only work with ES6 browsers
Browse files Browse the repository at this point in the history
  • Loading branch information
jhuesos committed Aug 12, 2017
1 parent ac4e217 commit f840032
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)!
Expand Down

0 comments on commit f840032

Please sign in to comment.