From f80b842ea6341adcf4ccaa2b82221b8440d26261 Mon Sep 17 00:00:00 2001 From: Jordan Eldredge Date: Tue, 13 Mar 2018 18:44:26 -0700 Subject: [PATCH] Use a better id --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 71624d80..40ed37b4 100755 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ npm install --save winamp2-js Create a DOM element somewhere in your HTML document: ``` -
+
``` Initialize Winamp2-js in your JavaScript: @@ -60,7 +60,7 @@ const winamp = new Winamp({ enableHotkeys: true // Enable hotkeys }); // Render after the skin has loaded. -winamp.renderWhenReady(document.getElementById('winamp2-js')); +winamp.renderWhenReady(document.getElementById('app')); ``` _Notes:_