From 898f7bdd314b28f5e3d9e53658a085a74bc5c853 Mon Sep 17 00:00:00 2001 From: Andrew Barba Date: Wed, 26 Apr 2023 17:55:38 -0400 Subject: [PATCH] Add youtube video --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 77742f8..ccbd0a8 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,10 @@ A Swift runtime and SDK for Vercel Serverless Functions. ### Getting Started -Check out the intoductory blog post for getting started: +Check out the intoductory blog post and YouTube tutorial for getting started: -[Deploy server side Swift applications on Vercel](https://swift.cloud/blog/deploy-server-side-swift-applications-on-vercel) +- [YouTube: Deploy Server-Side Swift to Vercel](https://www.youtube.com/watch?v=zzBhcYbtArY) +- [Blog: Deploy server side Swift applications on Vercel](https://swift.cloud/blog/deploy-server-side-swift-applications-on-vercel) ### How does this work?