Skip to content

Commit b3c1737

Browse files
committed
Add vercel vapor install docs
1 parent 28339fe commit b3c1737

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,15 @@ struct App: VaporHandler {
7171
}
7272
```
7373

74+
And make sure to update your `Package.swift` with the new package:
75+
76+
```swift
77+
dependencies: [
78+
.product(name: "Vercel", package: "Vercel"),
79+
.product(name: "VercelVapor", package: "Vercel")
80+
]
81+
```
82+
7483
### Data Fetching
7584

7685
You can use any popular library to fetch data such as Alamofire or async-http-client but we also provide a convenient `fetch()` method directly in this package:

0 commit comments

Comments
 (0)