diff --git a/README.md b/README.md index 1adeb64..b0ada98 100755 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Why isn't this in the app store? This app changes the color of all running apps on your phone, even when f.lux is not directly open. Such functionality is not allowed in the [App Store Review Guidelines](), however -it is possible this type of app. +this type of app is possible. How do I get this on my phone? ------------------------------ @@ -28,13 +28,13 @@ How does it work? ----------------- There is an opaque, non-open-source app called `iflux` in this project. We trick -XCode into signing and installing this app on your phone by: +Xcode into signing and installing this app on your phone by: 1. Building a dummy app "just an app" 2. Splicing in the opaque binary during the build process -3. Letting XCode sign and install the app as normal +3. Letting Xcode sign and install the app as normal There are build errors ----------------------