Browse Source

Fix a broken link in README.md (#514)

Bing Cheung 7 years ago
parent
commit
d3352f96b5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -159,7 +159,7 @@ or more strict
 
 ```swift
 dependencies: [
-    .Package(url: "ttps://github.com/krzyzanowskim/CryptoSwift.git", "0.7.2"),
+    .Package(url: "https://github.com/krzyzanowskim/CryptoSwift.git", "0.7.2"),
 ]
 ```