Some adjustments for the documentation

This commit is contained in:
ZXMushroom63 2024-12-03 20:01:37 +08:00
parent ea4b568b31
commit 77fbea5f0a
2 changed files with 4 additions and 2 deletions

View File

@ -8,4 +8,6 @@ EaglerForge Injector is a tool that uses regular expressions to attach itself to
[Modding tutorials](tutorials/index.md)
[Modding API documentation](apidoc/index.md)
[Modding API documentation](apidoc/index.md)
[Compiling the client for EaglerForgeInjector](compiling_client.md)

View File

@ -15,7 +15,7 @@ Tutorials:
### Intermediate
Prerequisites:
- Intermediate knowledge of JavaScript (functions, arrays, promises and callbacks)
- Intermediate knowledge of JavaScript (functions, arrays, promises, callbacks, keys and values in objects)
- A good code editor (recommended: https://vscode.dev)
- A copy of the eaglercraft workspace (optional, get it at: https://git.eaglercraft.rip/eaglercraft/eaglercraft-1.8-workspace)