From 0f1f7d18722447d9a1a20cea812155197fba54c0 Mon Sep 17 00:00:00 2001 From: Unnar Krist Date: Thu, 11 Aug 2022 19:25:41 +0000 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 00d92c5..8b1a205 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,8 @@ * Reflection-based runtime console for Unity projects. * No extras required - usable with existing code and wireable through inspector. * Bind handlers for scene objects or project assets. -* Supports input and parsing of all primitive type arguments + common Unity structs (Vector2/3/4, Color...). -* Multiple input conventions supported (fn(x), fn x, variable=x) +* Supports input and parsing of all primitive type arguments + common Unity structs (`Vector2/3/4`, `Color`...). +* Supports multiple input forms (`fn(x)`, `fn x`, `variable=x`) * Minimalistic and functional UI (Unity IMGUI). * 🤞 Reasonably lightweight.