Skip to content

Commit

Permalink
fixed docs typo
Browse files Browse the repository at this point in the history
  • Loading branch information
John Doherty committed Oct 9, 2021
1 parent 7f94bf9 commit 70984ee
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ The following event data is included with every event and accessible via `e.deta
```js
{
dir: 'up', // swipe direction (up,down,left,right)
touchType: 'direct', // touch type (stylus,direct) on iOS stylus=apple pencil and direct=finger
touchType: 'direct', // touch type (stylus,direct) - stylus=apple pencil and direct=finger
xStart: 196, // x coords of swipe start
xEnd: 230, // y coords of swipe end
xEnd: 230, // x coords of swipe end
yStart: 196, // y coords of swipe start
yEnd: 4 // y coords of swipe end
}
Expand Down
2 changes: 1 addition & 1 deletion dist/swiped-events.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "swiped-events",
"version": "1.1.5",
"version": "1.1.6",
"description": "A 0.7k script that adds swipe events to the DOM for touch enabled devices",
"main": "src/swiped-events.js",
"scripts": {
Expand Down

0 comments on commit 70984ee

Please sign in to comment.