From 022bf75b76cd262602cba9bd60ddfbd4ab41ebf8 Mon Sep 17 00:00:00 2001 From: Kare Morstol Date: Wed, 17 Sep 2014 17:15:12 +0200 Subject: [PATCH] Fix indentation of install command in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 65080cd..800cce9 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ for directory in directories { - NOTE: if using Xcode 6.1 beta 2 (and possibly later), Release builds of SwiftShell will crash when using streams. Work around this by using debug builds instead: - xcodebuild -configuration Debug install + xcodebuild -configuration Debug install ## LICENSE