From de68bb836f9bc7776ff6724153f426aa94a886af Mon Sep 17 00:00:00 2001 From: "Tomas Alejandro V. Falgui III" Date: Sat, 22 Jul 2017 20:53:07 +0800 Subject: [PATCH] Update getting-started.md --- getting-started.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/getting-started.md b/getting-started.md index ff6a7b3..7a325bb 100644 --- a/getting-started.md +++ b/getting-started.md @@ -4,7 +4,7 @@ title: Getting Started --- # Getting Started -Hammer is a open-source library that can recognize gestures made by touch, mouse and pointerEvents. +Hammer is an open-source library that can recognize gestures made by touch, mouse, and pointerEvents. It doesn't have any dependencies, and it's small, only __{{site.data.hammer.gzipped}} minified + gzipped__! - [Minified code (v{{site.data.hammer.version}})](/dist/hammer.min.js) @@ -15,7 +15,7 @@ It doesn't have any dependencies, and it's small, only __{{site.data.hammer.gzip > ##### What's new in 2.0? It's completely rewritten, with reusable gesture recognizers, and improved support for the recent mobile -browsers by making use of the touch-action css property when possible. Also support for multiple Hammer +browsers by making use of the touch-action CSS property when possible. Also, support for multiple Hammer instances at the same time, so multi-touch becomes possible. ---