From af17ae82c677157625326dbb6dd45ac4860d0ac3 Mon Sep 17 00:00:00 2001
From: sinaioutlander <49360850+sinaioutlander@users.noreply.github.com>
Date: Thu, 10 Sep 2020 20:47:13 +1000
Subject: [PATCH] Update README.md
---
README.md | 12 +++---------
1 file changed, 3 insertions(+), 9 deletions(-)
diff --git a/README.md b/README.md
index 08ae9a0..5f3e035 100644
--- a/README.md
+++ b/README.md
@@ -30,7 +30,8 @@ Requires [MelonLoader](https://github.com/HerpDerpinstine/MelonLoader) to be ins
## How to use
* Press F7 to show or hide the menu.
-* Simply browse through the scene, search for objects, etc, most of it is pretty self-explanatory.
+* Use the Scene Explorer or the Object Search to start Exploring, or the C# Console to test some code.
+* See below for more specific details.
### Mod Config
@@ -48,18 +49,11 @@ This config is generated to `Mods\CppExplorer\config.xml`. Edit the config while
* `x` is width, `y` is height.
* Default: `550 700`
-### Features
+## Features
[](overview.png)
An overview of the different CppExplorer menus.
-* Scene hierarchy explorer
-* Search loaded assets with filters
-* Traverse and manipulate GameObjects
-* Generic Reflection inspector
-* C# REPL Console
-* Inspect-under-mouse
-
### Scene Explorer
* A simple menu which allows you to traverse the Transform heirarchy of the scene.