Update spm.md

This commit is contained in:
Hannes Staffler 2018-10-05 15:39:48 +02:00 committed by GitHub
parent 7f94a9b956
commit 6d8d0529cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ let package = Package(
name: "VaporApp",
dependencies: [
// 💧 A server-side Swift web framework.
.package(url: "https://github.com/vapor/vapor.git", from: "3.0.0-rc"),
.package(url: "https://github.com/vapor/vapor.git", from: "3.0.0"),
],
targets: [ ... ]
)