From 697a127c77c90f5f372ed133d4c98f1cf799f442 Mon Sep 17 00:00:00 2001 From: David Figatner Date: Fri, 5 Jul 2019 08:44:09 -0400 Subject: [PATCH] fixed readme typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c593105..880f2ad 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ a simple and powerful pixi.js easing/tweening/animating library * uses eventemitter3 for events for both the easing lists and individual eases * tracks eases on DisplayObject and cleans up when DisplayObject is destroyed * includes a default easing list so you don't have to instantiate for simple cases -* includes a shake paramter +* includes a shake parameter * full test coverage ## Live Demo