From dcbb04ee7c3bcf6f74d143ef0108eff6bc5f77ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dar=C3=ADo=20Here=C3=B1=C3=BA?= Date: Sat, 31 Mar 2018 09:45:33 -0300 Subject: [PATCH] Typo on string #100 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 966cf014..98aa1774 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,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