Skip to content
This repository has been archived by the owner on Jul 19, 2024. It is now read-only.

Commit

Permalink
Merge pull request #199 from mxderouet/patch-1
Browse files Browse the repository at this point in the history
Fix incorrect file name:  eldenring_config.toml to config_eldenring.toml
  • Loading branch information
garyttierney authored May 4, 2024
2 parents 6185f54 + 536ab3a commit a3b5057
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Mod Engine 2 is a ground up rewrite of Mod Engine, a runtime code patching and i
1. Download the latest [release](https://github.com/soulsmods/ModEngine2/releases).
2. Create a folder in the mod folder, I recommend the name of the mod for clarity.
3. Unpack the mod into the just created folder.
4. Edit the `eldenring_config.toml` (or your game of choice) to include the folder you just created.
4. Edit the `config_eldenring.toml` (or your game of choice) to include the folder you just created.

```toml
mods = [
Expand Down

0 comments on commit a3b5057

Please sign in to comment.