From ca149923731130d76400499187d87151e7f64ee9 Mon Sep 17 00:00:00 2001 From: lpmi-13 Date: Fri, 10 Aug 2018 23:10:53 +0100 Subject: [PATCH] fix simple typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b602cc3..ac1e9ab 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Quick Start Example 3. In Xcode, create a new Project Workspace by selecting File/New/Workspace and save it in the 'MyWorkspace' folder. Title it something like 'MyWorkspace'. -4. Right click in the project navigator window and create your new project. Title it something like 'MyProject'. (Alternately, for adding the the ENAPILibrary to an existing project: in the Finder, drag an existing project folder into the MyProjectsWorkspace folder, then add the project to the workspace in Xcode by dragging the .xcodeproj file into the project navigator window.) +4. Right click in the project navigator window and create your new project. Title it something like 'MyProject'. (Alternately, for adding the ENAPILibrary to an existing project: in the Finder, drag an existing project folder into the MyProjectsWorkspace folder, then add the project to the workspace in Xcode by dragging the .xcodeproj file into the project navigator window.) 5. Right click on 'MyProject' in the project navigator and select Add Files to 'MyProject'. Navigate to the file 'ENAPILibrary.xcodeproj' in the ENAPILibrary folder, and add it to your project.