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

Commit 520d4f2

Browse files
authored
Update README so that example config matches example folder structure
1 parent a3b5057 commit 520d4f2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Diff for: README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@ Mod Engine 2 is a ground up rewrite of Mod Engine, a runtime code patching and i
1717

1818
```toml
1919
mods = [
20-
{ enabled = true, name = "default", path = "mod\\testmodName" },
21-
{ enabled = false, name = "default", path = "mod\\disabledTestmodName" },
20+
{ enabled = true, name = "BetterAshes ", path = "mod\\ashes" },
21+
{ enabled = true, name = "CleversMoveset", path = "mod\\moveset" },
22+
{ enabled = false, name = "EnemyRandomizer", path = "mod\\randomizer" },
2223
]
2324
```
2425

0 commit comments

Comments
 (0)