Ver Fonte

Update README.md

small typo fixes
Carl Hunter Roach há 8 anos atrás
pai
commit
43c1b71785
1 ficheiros alterados com 4 adições e 4 exclusões
  1. 4 4
      README.md

+ 4 - 4
README.md

@@ -103,11 +103,11 @@ To install Reachability.swift with Carthage:
 
 3. Run `carthage update`.
 
-4. Drag `ReachabilitySwift.framework` from the `Carthage/Build/iOS/` directory to the `Linked Frameworks and Libraries` section of your Xcode project’s `General` settings.
+4. Drag `Reachability.framework` from the `Carthage/Build/iOS/` directory to the `Linked Frameworks and Libraries` section of your Xcode project’s `General` settings.
 
-5. Add `$(SRCROOT)/Carthage/Build/iOS/ReachabilitySwiift.framework` to `Input Files` of Run Script Phase for Carthage.
+5. Add `$(SRCROOT)/Carthage/Build/iOS/Reachability.framework` to `Input Files` of Run Script Phase for Carthage.
 
-6. In your code import Reachability likse so:
+6. In your code import Reachability like so:
 `import Reachability`
 
 
@@ -149,7 +149,7 @@ reachability.stopNotifier()
 
 ## Example - notifications
 
-NOTE: All notifications are delviered on the **main queue**.
+NOTE: All notifications are delivered on the **main queue**.
 
 ```swift
 //declare this property where it won't go out of scope relative to your listener