From d81df17002036df23e295e4f11d9f42182ba4de7 Mon Sep 17 00:00:00 2001 From: Philip Knape Date: Tue, 20 Jun 2017 23:39:11 +0200 Subject: [PATCH] dixes typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f48ef13..33ba686 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ ## Description -Triggerhappy lets you create custom javascript events easily without all the boilerplate it usually requires. Need to test touch events, keyboard events or mouse events inside your application, triggerhappy lets you do that. It also has a couple of helper function for creating custom animations between points an a lot more. Works well with karma and mocha. See the api for more information. +Triggerhappy lets you create custom javascript events easily without all the boilerplate it usually requires. Need to test touch events, keyboard events or mouse events inside your application, triggerhappy lets you do that. It also has a couple of helper function for creating custom animations between points and a lot more. Works well with karma and mocha. See the api for more information. ## Features