From 2dbba0ebd432a8fc5c39198cc244e61cb82f67cc Mon Sep 17 00:00:00 2001 From: JCGameDev <95277271+jcdevgame@users.noreply.github.com> Date: Thu, 6 Jun 2024 18:05:51 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7c7b508..37e16c0 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ All of these different classes with their methods, properties, will become incre ### InputManager: #### Methods: -- `isKeyPressed(key)` (Check if a key is pressed, it returns a true/false statement, so it can be used in an if statement: if (this.inputManager.isKeyPressed("w") +- `isKeyPressed(key)` (Check if a key is pressed, it returns a true/false statement, so it can be used in an if statement: `if (this.inputManager.isKeyPressed("w")` ### AudioManager: #### Methods: