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 #222 from darrenoc3/patch-1
Browse files Browse the repository at this point in the history
Update README so that example config matches example folder structure
  • Loading branch information
garyttierney authored Jul 7, 2024
2 parents a3b5057 + 520d4f2 commit c006843
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ Mod Engine 2 is a ground up rewrite of Mod Engine, a runtime code patching and i

```toml
mods = [
{ enabled = true, name = "default", path = "mod\\testmodName" },
{ enabled = false, name = "default", path = "mod\\disabledTestmodName" },
{ enabled = true, name = "BetterAshes ", path = "mod\\ashes" },
{ enabled = true, name = "CleversMoveset", path = "mod\\moveset" },
{ enabled = false, name = "EnemyRandomizer", path = "mod\\randomizer" },
]
```

Expand Down

0 comments on commit c006843

Please sign in to comment.