浏览代码

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

Bing Cheung 7 年之前
父节点
当前提交
d3352f96b5
共有 1 个文件被更改,包括 1 次插入1 次删除
  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"),
 ]
 ```