From 692a72184094f031d389394a69117e459abcb2f9 Mon Sep 17 00:00:00 2001
From: Sinai <49360850+sinaioutlander@users.noreply.github.com>
Date: Sat, 8 Aug 2020 00:02:32 +1000
Subject: [PATCH] Update README.md
---
README.md | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/README.md b/README.md
index 8b5c150..0f34e27 100644
--- a/README.md
+++ b/README.md
@@ -10,14 +10,6 @@ Universal Runtime Inspector/Explorer for Unity IL2CPP games.
* Inspect any object with Reflection, set primitive values, etc
* REPL Console for executing on-the-fly code
-## Credits
-
-Written by Sinai.
-
-Credits to ManlyMarco for his [Runtime Unity Editor](https://github.com/ManlyMarco/RuntimeUnityEditor), which I used for the REPL Console and the "Find instances" snippet, and used the same MCS that he uses*.
-
-* note: I commented out the `SkipVisibilityExt` constructor since it was causing an exception for some reason.
-
## How to install
This requires [MelonLoader](https://github.com/HerpDerpinstine/MelonLoader) to be installed for your game.
@@ -48,3 +40,11 @@ Advanced search feature.
REPL console.
[]()
+
+## Credits
+
+Written by Sinai.
+
+Credits to ManlyMarco for his [Runtime Unity Editor](https://github.com/ManlyMarco/RuntimeUnityEditor), which I used for the REPL Console and the "Find instances" snippet, and used the same MCS that he uses*.
+
+* note: I commented out the `SkipVisibilityExt` constructor since it was causing an exception for some reason.