Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Add bower installation instructions
Browse files Browse the repository at this point in the history
Fixes #110
  • Loading branch information
dfreedm committed Nov 20, 2013
1 parent d3d3b6b commit ce6eeda
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,12 @@ By default, no PointerEvents are sent from an element. This maximizes possibilit

### Getting Started

1. Clone this repo or install from bower (pointerevents-polyfill)
1. Place the loader script in the document head
- `<script src="PointerEvents/src/pointerevents.js"></script>`
- This Repo
- `<script src="PointerEvents/src/pointerevents.js"></script>`
- Bower
- `<script src="bower_components/pointerevents-polyfill/pointerevents.min.js></script>`
1. Set up your event listeners
1. You're Done!

Expand Down

0 comments on commit ce6eeda

Please sign in to comment.