diff --git a/Engine.md b/Engine.md index e283151..f333850 100644 --- a/Engine.md +++ b/Engine.md @@ -23,7 +23,7 @@ This clears the screen with a provided color `engine->clear({ 100, 150, 255, 255 ### Update -This runs all the input updates using the Input class. +This runs all the input updates using the [Input class](Input). ### Deconstructor