Merge pull request #6 from lucasderraugh/lucasderraugh/readme-fixup

Fix minor grammar mistakes
This commit is contained in:
jefferyleo
2015-11-13 15:57:26 +08:00

View File

@@ -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](<https://developer.apple.com/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
----------------------