From e7f90bf86ef20b8779b39a4a11dff51a073ca227 Mon Sep 17 00:00:00 2001 From: "Ivan \"KaiSD\" Korystin" Date: Tue, 17 Jun 2014 02:39:28 +0400 Subject: [PATCH] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ff29c1b..8d9879e 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ You can also subclass the Actor and add all the actions you want to the Start() ### Included actions (ready and WIP) All actions are designed to word in 3D scene (i.e. using Vector3 for movement, rotation and scaling). -You can use it in 2D with apropriate vectors, but i'm going to add support for 2D actions soon. +You can use it in 2D with appropriate vectors, but i'm going to add support for 2D actions soon. Base actions - [x] Sequence