From c6f0f34ac0e02aa92be77bc0d1fa6657e03a1153 Mon Sep 17 00:00:00 2001 From: Sinai Date: Thu, 28 Jan 2021 02:09:40 +1100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d2b92c4..d2dfde0 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ 0. Install [BepInEx](https://github.com/BepInEx/BepInEx) for your game. 1. Download the UnityExplorer release for BepInEx IL2CPP or Mono above. 2. Take the `UnityExplorer.BIE.___.dll` file and put it in `[GameFolder]\BepInEx\plugins\` -3. In IL2CPP, it is highly recommended to get the base Unity libs for the game's Unity version and put them in the `BepInEx\unhollowed\base\` folder. +3. In IL2CPP, it is highly recommended to get the base Unity libs for the game's Unity version and put them in the `BepInEx\unity-libs\` folder. ### MelonLoader