From 2b039ce749bc2af18e0936a6898a866297136ae1 Mon Sep 17 00:00:00 2001 From: Vladislav Kinyashov Date: Mon, 3 Aug 2020 02:19:39 +0500 Subject: [PATCH] upd --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 20e5756..77fa2ec 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ This package allows you to Tag your Game Objects with ScriptableObjects. ## Features: - Allows to put as many Tags on your object as you want -- Adding and Removing Tags via Inspector and Code (Works faster in Builds than in Editor because of the Inspector updating when adding and removing tags) +- Adding and Removing Tags via Inspector and Code (Works faster in Build than in Editor because of the Inspector updating when adding and removing tags) - Work with SO Assets instead of strings - Works few times faster than Unity Tag Comparer