From 7bbeacce9ef8f1c0d5203dc8cdf3159f2212799c Mon Sep 17 00:00:00 2001 From: Jordan Eldredge Date: Wed, 28 Mar 2018 19:18:49 -0700 Subject: [PATCH] Document where static files can be found --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2f4c39ed..41fcd3e7 100755 --- a/README.md +++ b/README.md @@ -52,9 +52,11 @@ const winamp = new Winamp({ artist: "DJ Mike Llama", title: "Llama Whippin' Intro", }, + // Can be downloaded from: https://github.com/captbaritone/winamp2-js/raw/master/mp3/llama-2.91.mp3 url: "path/to/mp3/llama-2.91.mp3" }], initialSkin: { + // Can be downloaded from https://github.com/captbaritone/winamp2-js/raw/master/skins/base-2.91.wsz url: "path/to/skins/base-2.91.wsz" }, enableHotkeys: true // Enable hotkeys