Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Aetopia authored Nov 13, 2023
1 parent 69a5a19 commit 6ec3831
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The following image showcases the possible app model states, an application may
The main intent of this application model is for power saving and reduction in system usage.

In certain instances, it might be desirable to prevent an app from suspending, potential reasons include:<br>
1. For performing prolonged workload when in the background.
1. For performing prolonged workloads when in the background.
2. Prevention of undesirable behavior occuring in apps due to UWP app suspension.

Luckily, a developer may use the following for prolonged workloads that must be done when an UWP app is in the background:<br>
Expand Down Expand Up @@ -67,4 +67,4 @@ Out of the 3 methods, the 3rd one maybe used safely with any UWP app to prevent
## Building
1. Install [`GCC`](https://github.com/brechtsanders/winlibs_mingw) and [`UPX`](https://upx.github.io) for optional compression.
2. Run `Build.bat`.
2. Run `Build.bat`.

0 comments on commit 6ec3831

Please sign in to comment.