From 5b95d2515bf0cd78cb9a884aaa71c3bd52bd39a9 Mon Sep 17 00:00:00 2001 From: Matic Leva Date: Sun, 28 Aug 2016 21:02:30 +0200 Subject: [PATCH] Fixed typo (added space) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bd0c2fd..f510815 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Custom Serialization is no longer supported: https://github.com/vexe/VFW/issues/ ### Usage: - Download and extract the .Zip from github. You will see 3 folders: Plugins, VFW Examples and VFW Deprecated, all you need is the Plugins folder. - - Inherit BaseBehaviour instead of MonoBehaviour and BaseScriptableObject instead of ScriptableObject, and don't forget to add your using statement. See the examples that come with the packagefor more details. + - Inherit BaseBehaviour instead of MonoBehaviour and BaseScriptableObject instead of ScriptableObject, and don't forget to add your using statement. See the examples that come with the package for more details. ```csharp using Vexe.Runtime.Types;