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:_