Skip to content

Update getting-started.md #51

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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.

---
Expand Down