From 114fd3435c46017cf81772667e2a92c3d9b8504e Mon Sep 17 00:00:00 2001 From: horeaporutiu Date: Wed, 27 Sep 2023 10:29:42 +0200 Subject: [PATCH 1/2] adding youtube video to README --- examples/ai-image-generator/README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/examples/ai-image-generator/README.md b/examples/ai-image-generator/README.md index e8ae22e4e..ea8382f83 100644 --- a/examples/ai-image-generator/README.md +++ b/examples/ai-image-generator/README.md @@ -8,6 +8,7 @@ https://github.com/miroapp/app-examples/assets/10428517/4660d1ab-80b6-4136-9cf6- # 📒 Table of Contents +- [Associated Video](#video) - [Included Features](#features) - [Tools and Technologies](#tools) - [Prerequisites](#prerequisites) @@ -16,6 +17,12 @@ https://github.com/miroapp/app-examples/assets/10428517/4660d1ab-80b6-4136-9cf6- - [Contributing](#contributing) - [License](#license) +# 📹 Associated Video + +Watch the video below for a demo, code walkthrough, and to learn how to set up the app. + +[![Deploy the App to AWS Amplify](https://img.youtube.com/vi/i0mOEhUJBrE/0.jpg)](https://youtu.be/i0mOEhUJBrE) + # ⚙️ Included Features - [Miro Web SDK](https://developers.miro.com/docs/web-sdk-reference) From 3c73a44be3642b544d331f28d30ea9fcfae13abd Mon Sep 17 00:00:00 2001 From: Horea Porutiu Date: Thu, 28 Sep 2023 13:18:30 +0200 Subject: [PATCH 2/2] Update video alt title --- examples/ai-image-generator/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/ai-image-generator/README.md b/examples/ai-image-generator/README.md index ea8382f83..64602c82b 100644 --- a/examples/ai-image-generator/README.md +++ b/examples/ai-image-generator/README.md @@ -21,7 +21,7 @@ https://github.com/miroapp/app-examples/assets/10428517/4660d1ab-80b6-4136-9cf6- Watch the video below for a demo, code walkthrough, and to learn how to set up the app. -[![Deploy the App to AWS Amplify](https://img.youtube.com/vi/i0mOEhUJBrE/0.jpg)](https://youtu.be/i0mOEhUJBrE) +[![Build an AI Image Generator app with Next.js and Miro](https://img.youtube.com/vi/i0mOEhUJBrE/0.jpg)](https://youtu.be/i0mOEhUJBrE) # ⚙️ Included Features