From 02c3b3f0ace5f19e772de8fcbf31d79e40a2bb20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dar=C3=ADo=20Here=C3=B1=C3=BA?= Date: Tue, 21 Nov 2017 00:29:51 -0300 Subject: [PATCH] Typo Plus some minor fixes (proposal) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cbb9b71c..a8f7f316 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ You can choose to install the Hub Framework either manually, or through a depend - Clone this repo (for example, add it as a submodule). - Drag the project `HubFramework.xcproj` into Xcode as a subproject of your app project. -- Link with `HubFramework` by adding it in "Linked Frameworks and Libaries", under the "General" tab in your app's project settings. +- Link with `HubFramework` by adding it in `Linked Frameworks and Libraries`, under the `General` tab in your app's project settings. #### Using CocoaPods @@ -91,7 +91,7 @@ $ carthage update #### Link with `SystemConfiguration` -Once you've installed the Hub Framework, link your app with Apple's `SystemConfiguration` framework. This is done by adding it in "Linked Frameworks and Libaries", under the "General" tab in your app's project settings. This framework is used to determine the connectivity state of an app using the Hub Framework. +Once you've installed the Hub Framework, link your app with Apple's `SystemConfiguration` framework. This is done by adding it in `Linked Frameworks and Libraries`, under the `General` tab in your app's project settings. This framework is used to determine the connectivity state of an app using the Hub Framework. ## Importing the framework