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