diff --git a/README.md b/README.md index 0a8b785f..321a0170 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,6 @@ [![PointerEvents build status](http://www.polymer-project.org/build/PointerEvents/status.png "PointerEvents build status")](http://build.chromium.org/p/client.polymer/waterfall) -Build Status: [http://build.chromium.org/p/client.polymer/waterfall]([http://build.chromium.org/p/client.polymer/waterfall) - ## Learn the tech ### Why Pointer Events? @@ -70,6 +68,13 @@ By default, no PointerEvents are sent from an element. This maximizes possibilit 1. As elements come and go, or have their `touch-action` attribute changed, they will send the proper set of PointerEvents. +### Examples + +- [Simple Event Example](http://polymer-project.org/polymer-all/PointerEvents/samples/simple/index.html) +- [Pointer Painting](http://polymer-project.org/polymer-all/PointerEvents/samples/paint/index.html) +- [Multi Pointer Trac](http://polymer-project.org/polymer-all/PointerEvents/samples/tracker/index.html) +- [Empty Space Game!](http://polymer-project.org/polymer-all/PointerEvents/samples/spaceship/index.html) + ## Polyfill Details ### Getting Started