diff --git a/docs/SKININNG.md b/docs/SKININNG.md
deleted file mode 100644
index 8801729..0000000
--- a/docs/SKININNG.md
+++ /dev/null
@@ -1,103 +0,0 @@
-## Skinning
-
-#### Step 1: Download and Setup the Stack
-- mstream.player.js and mstream.api.js
-- VueJS
-- Sortable JS & Vue Draggable
-- Aurora and Flac JS
-- Howler JS
-
-
-There's a lot in that stack:
-- mstream.player.js creates a global MSTREAM module that contains a fully functional media player and playlist
- - Howler, Aurora, and Flac JS are all dependencies of mstream.player.js
- - You can read the API for this module here: ['TODO: PUT URL HERE']
-- mstream.api.js creates a global MSTREAMAPI module that is used to manage and query mStream servers
-- VueJS is what we will use to bind the MSTREAM module the HTML
-- SortableJS and Vue Draggable add drag and drop functionality to the playlist
-
-
-Now make an html file with the following
-```
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-```
-
-
-#### Step 2: Make a Playlist
-Add the playlist HTML
-```
-
-
-
-
-
-
-
-```
-
-There's a lot going on here. The draggable element is used by Sortable JS to make a the list inside it have drag and drop capability. The rest of the bizare syntax is used by VueJS
-
-```
-// Highlight currently playing song
-Vue.component('playlist-item', {
- template: '\
-