From d6e8bc5c802cd89a7d03ce483dc46ac01bc79db0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Seung-won=20Park=20=EB=B0=95=EC=8A=B9=EC=9B=90?= Date: Mon, 17 May 2021 17:33:49 +0900 Subject: [PATCH] fix broken link to Extension-Rig-Banner.png --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 848b301..d5425b9 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ This guide will cover the fundamentals of building your first Extension. It will allow Twitch viewers to cycle through colors via a visual element added on top of the video player (we call this a component overlay). On the frontend, a user clicks a button in this component that changes the color of a circle. Instead of changing the CSS locally, it makes a call to a backend server for a new hex value (we call this an Extension Backend Service or EBS for short). ## What's the Twitch Developer Rig? - + The recommended path for building this sample is with the Twitch Developer Rig. This is a native application to help with your development. The following steps will help you download, install, and set up the Rig.