mirror of https://github.com/vapor/docs.git
Update spm.md
This commit is contained in:
parent
7f94a9b956
commit
6d8d0529cf
|
|
@ -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: [ ... ]
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in New Issue