diff --git a/docs/index.md b/docs/index.md index dc9812f..7ef3dcc 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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) \ No newline at end of file +[Modding API documentation](apidoc/index.md) + +[Compiling the client for EaglerForgeInjector](compiling_client.md) \ No newline at end of file diff --git a/docs/tutorials/index.md b/docs/tutorials/index.md index 91665ad..210b9dd 100644 --- a/docs/tutorials/index.md +++ b/docs/tutorials/index.md @@ -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)