Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mach_override.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrentzsch <jwr.git@redshed.net>2012-08-10 08:17:35 +0400
committerrentzsch <jwr.git@redshed.net>2012-08-10 08:17:35 +0400
commitb317f7ee12e7c5791554bd511368226588a96de7 (patch)
tree613fba4abd682e4de08a0bf59208a28c4335f1f5
parent70bb42a1136197c0e2ac0db76700933ccb193cbb (diff)
clarify readme
-rw-r--r--README.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.markdown b/README.markdown
index b8c4362..70220ef 100644
--- a/README.markdown
+++ b/README.markdown
@@ -10,7 +10,7 @@ mach_override enables you to override functions (even system-supplied ones like
* [NEW] i386 and x86_64 support.
-* [CHANGE] Decoupled from mach_star. Most of folks were just using the mach_override side of mach_star and this simplifies things (docs, tests).
+* [CHANGE] Decoupled from mach_star. Most of folks were just using the side or the other of mach_star and this simplifies things (docs, tests).
* [CHANGE] Threw away Xcode projects. Trying to get them to work across new and old system versions and Xcode versions is a fool's game. Now there's a Rakefile. Type `rake`. You've built and tested. Ta-da.