From 474075cc21264d2868b9389cec86846b931b0e40 Mon Sep 17 00:00:00 2001 From: Matt Coneybeare Date: Thu, 18 Sep 2014 10:05:26 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0d8dbab..8f66e31 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ Tweak the variables so that you don't annoy your customers, and you will enjoy t ## Installation -_The infrastructure and best practices for distributing Swift libraries is currently in flux during this beta period of the language and Xcode. In the meantime, you can simply add Armrest as a git submodule, drag the `Armchair.xcodeproj` file into your Xcode project, and add the framework product as a dependency for your application target. (This is how the example project is structured)_ +_The infrastructure and best practices for distributing Swift libraries is currently in flux during this beta period of the language and Xcode. In the meantime, you can simply grab the code, drag the `Armchair.xcodeproj` file into your Xcode project, and add the framework product as a dependency for your application's target. (This is how the example projects are structured)_ For more detailed installation instructions, including a video, see [Basic Installation](https://github.com/UrbanApps/Armchair/wiki/Basic-Installation)