From df4dea20c1d3c3a530f62cb18f293a7296c92b32 Mon Sep 17 00:00:00 2001 From: Sinai Date: Fri, 28 May 2021 16:55:01 +1000 Subject: [PATCH] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1d4dd1a..6e21bbf 100644 --- a/README.md +++ b/README.md @@ -66,9 +66,8 @@ The standalone release can be used with any injector or loader of your choice, b The inspector is used to see detailed information on GameObjects (GameObject Inspector), C# objects (Reflection Inspector) and C# classes (Static Inspector). -For the GameObject Inspector, you can edit any of the input fields in the inspector (excluding readonly fields) and press Enter to apply your changes. You can also do this to the GameObject path as a way to change the GameObject's parent. Press the Escape key to cancel your edits. - -In the Reflection Inspectors, automatic updating is not enabled by default, and you must press Apply for any changes you make to take effect. +* In the GameObject Inspector, you can edit any of the input fields in the inspector (excluding readonly fields) and press Enter to apply your changes. You can also do this to the GameObject path as a way to change the GameObject's parent. Press the Escape key to cancel your edits. +* In the Reflection Inspectors, automatic updating is not enabled by default, and you must press Apply for any changes you make to take effect. ### C# Console