From 89b8cf5cb06b99fefb7343660addb3a8a9de9009 Mon Sep 17 00:00:00 2001 From: Christopher Bowns Date: Thu, 12 Apr 2012 15:09:47 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8c3dca3..2cbd845 100644 --- a/README.md +++ b/README.md @@ -196,7 +196,7 @@ time and do the right thing. Installation ------------ -You can chose to copy all the files in your project or to import the it as a static library. +There are two ways to use this in your project: copy all the files into your project, or import the project as a static library. The following instructions are adapted from the excellent "Using Open Source Static Libraries in Xcode 4" [tutorial][] from Jonah Williams.