From 94645ea45919d1c9b587ec4a6779f8a94c3f7ff3 Mon Sep 17 00:00:00 2001 From: "Ivan \"KaiSD\" Korystin" Date: Mon, 23 Jun 2014 01:10:44 +0400 Subject: [PATCH] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b498e90..cdc7cbe 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Since actions are quite simple, i implemented them myself. ### How to use -1. Place the coa4u folder from Assets/scripts to your Assets/scripts folder. +1. Place the coa4u folder from Assets/scripts in your Assets/scripts folder. 2. Then attach the Actor.cs script to the object you want. 3. See the ActorSampleActions.cs class, if you need examples.