From 4c55d0399d457b37429876a8ea062b622d36c8d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cem=20U=C4=9Fur=20Kara=C3=A7am?= Date: Sun, 16 Jan 2022 15:56:56 +0300 Subject: [PATCH] Read me updated --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 099169e..469b369 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ ![command-console](./images/console.gif) ### Command Console Inspired by Quantum Console from unity asset store. It looks pretty awesome. -You should import TMP(Text Mesh Pro) before using. #### Usage @@ -9,7 +8,7 @@ Simply log any string ```csharp Console.Log("This is the way"); -Console.Log("Also with TMP rich text support for colors", "green"); +Console.Log("Also with text support for colors", "green"); ``` Just call `Initialize` to setup. It will create the command view from `Resources`.