Skip to content

Commit 23ddb58

Browse files
authored
Update README.md
1 parent 0f65e66 commit 23ddb58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This package allows you to Tag Game Objects with ScriptableObjects.
99
- Allows you to put as many Tags on your GameObject as you want
1010
- Add and Remove Tags via Scripting and Inspector
1111
- Work with ScriptableObjects instead of strings
12-
- Faster than Unity's tag system: Adding/removing tags, checking for tags. Getting all objects with tag as slow as Unity's ```FindObjectsWithTag``` but allocates way less garbage.
12+
- Faster than Unity's tag system: Adding/removing tags, checking for tags, getting all objects with tag.
1313

1414
## How to Install
1515
### Git Installation (Best way to get latest version)

0 commit comments

Comments
 (0)