From bd7b15af7b8e219a836eda92e5de5e60e87caf45 Mon Sep 17 00:00:00 2001 From: FlamedDogo99 <96555444+FlamedDogo99@users.noreply.github.com> Date: Sat, 8 Jun 2024 00:26:45 -0600 Subject: [PATCH] Update README.md Changed grammar --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 01c33ef..d00732a 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Eagler Mobile brings new functionality and benefits for the EaglerCraft web clie ## Installation -The easiest way to use Eagler Mobile is to use a userscript application such as Greasemonkey. That being said, because Eagler Mobile is plain JavaScript you can easily deploy it in other ways as well. For instance we've included `eaglermobile.ef.js` which can be run as a mod on [EaglerForge](https://github.com/eaglerforge/EaglerForge). +The easiest way to use Eagler Mobile is to use a userscript application such as Greasemonkey. However, because Eagler Mobile is plain JavaScript you can easily deploy it in other ways as well. For instance we've included `eaglermobile.ef.js` which can be run as a mod on [EaglerForge](https://github.com/eaglerforge/EaglerForge). If you want to download the source, no building is required. The best way to download the source is with Git: @@ -57,4 +57,4 @@ Eagler Mobile is licensed under the terms of the [Apache License, Version 2.0](h ## Intended future features - [ ] **Gamepad support**: Mapping gamepad inputs to `keyEvent`, `wheelEvent` and `mouseEvent` functions, and implenting a controllable fake cursor for menus. - [ ] **File upload improvements**: Adding a cancel button and improving the styling -- [ ] **Dynamic enable and disable of features**: Seperating gamepad controls, touch controls, pointerlock fix, and upload fix into seperate functions which can be enabled and disabled by the user \ No newline at end of file +- [ ] **Dynamic enable and disable of features**: Seperating gamepad controls, touch controls, pointerlock fix, and upload fix into seperate functions which can be enabled and disabled by the user