From f6bea665f7ce22122db44d375369a944e23592c2 Mon Sep 17 00:00:00 2001 From: Thomas Hummes Date: Sun, 13 Mar 2016 13:11:14 +0100 Subject: [PATCH] Fixed a typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 51715c2..f0048f3 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ A wrapper to change the GUIColor automatically without manually caching it and s EditorGUILayout.ObjectField("Object Field", null, typeof(Transform), true); ``` -### IdentBlock +### IndentBlock A wrapper to indent controls ![Imgur](http://i.imgur.com/Zf17FFg.png)