From b48386367472aef41d2c2e8121c462b125817a69 Mon Sep 17 00:00:00 2001 From: Willy Aguirre Date: Sat, 27 Feb 2021 23:53:52 -0300 Subject: [PATCH] added some suggestions --- README.md | 2 +- public/{panel.html => index.html} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename public/{panel.html => index.html} (100%) diff --git a/README.md b/README.md index 848b301..ba67e13 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. diff --git a/public/panel.html b/public/index.html similarity index 100% rename from public/panel.html rename to public/index.html