From 1010b6273cfb6b93d53b81bcd1e8519d454c9af9 Mon Sep 17 00:00:00 2001 From: wessberg Date: Wed, 8 Aug 2018 11:18:33 +0200 Subject: [PATCH] Updated README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e7c4946..437d12a 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,8 @@ This polyfill brings Level 2 [Pointer Events](https://www.w3.org/TR/pointerevents/) to all browsers! The Pointer Events specification provides a unified model for handling input from a _pointer_ such as a mouse, a touch, and a pen. + +Gone are the complexities of handling both `MouseEvent`s and `TouchEvent`s and juggling the differences between them. The primary design goals of this polyfill are to be as spec-compliant as possible, and to support modern web technologies such as Shadow DOM. ## Install