diff --git a/README.md b/README.md index 595fdd3..9f23c7f 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ npm install hammer-touchemulator ``` ## How to use -Include the javascript file, and call the `Emulator()` function before any other libraries that do something with the +Include the javascript file, and call the `TouchEmulator()` function before any other libraries that do something with the touch input. It will set some fake properties to spoof the touch detection of some libraries, and triggers `touchstart`, `touchmove` and `touchend` events on the mouse target. ````html