diff --git a/README.MD b/README.MD index 92b065f..98ad5db 100644 --- a/README.MD +++ b/README.MD @@ -65,6 +65,7 @@ The following event data is included with every event and accessible via `e.deta dir: 'up', // swipe direction (up,down,left,right) touchType: 'direct', // touch type (stylus,direct) - stylus=apple pencil and direct=finger xStart: 196, // x coords of swipe start + fingers: 1, // number of fingers used xEnd: 230, // x coords of swipe end yStart: 196, // y coords of swipe start yEnd: 4 // y coords of swipe end @@ -141,4 +142,4 @@ For change-log, check [releases](https://github.com/john-doherty/swiped-events/r ## License -Licensed under [MIT License](LICENSE) © [John Doherty](https://twitter.com/mrjohndoherty) \ No newline at end of file +Licensed under [MIT License](LICENSE) © [John Doherty](https://twitter.com/mrjohndoherty)