diff --git a/README.md b/README.md index 1cfe8d6..088d9f4 100644 --- a/README.md +++ b/README.md @@ -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:
-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:
@@ -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`. \ No newline at end of file +2. Run `Build.bat`.