Skip to content

Commit af6b915

Browse files
committed
Updated README.md for the packgage manager in Swift 4
1 parent e36920e commit af6b915

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ import PackageDescription
7878
let package = Package(
7979
name: "MyServer",
8080
dependencies: [
81-
.Package(url: "https://github.com/httpswift/swifter.git", majorVersion: 1)
81+
.package(url: "https://github.com/httpswift/swifter.git", from: "1.0.0")
8282
]
8383
)
8484
```

0 commit comments

Comments
 (0)