Skip to content

Commit 4d125f2

Browse files
authored
Fix grammar in README.md
1 parent 209da66 commit 4d125f2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ GitWave is a standalone application that doesn't leave any footprint on your PC.
1717
system's cleanliness by ensuring that no unnecessary files or configurations are left behind,
1818
providing a hassle-free and straightforward experience for users.
1919
### 4. Open Source
20-
GitWave is an open-source project, encouraging collaboration and community involvement.
20+
GitWave is an open-source project, that encourages collaboration and community involvement.
2121
Explore, contribute, and customize the application according to your preferences.
2222

2323
## :checkered_flag: Getting Started
@@ -30,18 +30,18 @@ Explore, contribute, and customize the application according to your preferences
3030
- JDK 11 or higher.
3131
- Maven.
3232
### Build Options
33-
- To run application execute `mvn javafx:run`.
33+
- To run the application execute `mvn javafx:run`.
3434
- To create ready to use app, archived into .zip, run `mvn package`. GitWave will be in `target/GitWave.zip` archive.
35-
- `GitWave.exe`, which run java image, is located in `tools` folder and generated by separate C++ project `tools/GitWaveExecutor`.
35+
- `GitWave.exe`, which runs java image, is located in the `tools` folder and generated by a separate C++ project `tools/GitWaveExecutor`.
3636

3737
## :gear: Under the hood
3838
- GitWave is built on openjdk 11 + openjfx 11.
3939
- All commands and settings are stored in `config/config.json` in JSON format. So it is possible to edit them manually in any text editor.
40-
- On openning app makes lenient request to GitHub API to check for the new available release, see `com.github.introfog.gitwave.model.UpdateChecker#isNewReleaseAvailable`.
40+
- On opening the app makes a lenient request to GitHub API to check for the new available release, see `com.github.introfog.gitwave.model.UpdateChecker#isNewReleaseAvailable`.
4141

4242
## :bulb: Ideas For Further Releases
43-
- Allow working with app by using only keyboard (with correct Tabs, Esc and so on work).
44-
- Exclude sub-directories from command running.
43+
- Allow working with the app by using only the keyboard (with correct Tabs, Esc and so on work).
44+
- Exclude sub-directories from the command running.
4545
- Allow export and import config.
4646
- Release version for Linux and macOS.
4747

0 commit comments

Comments
 (0)