From 5e91b507ad11879b9daae1570d38b66b896f337b Mon Sep 17 00:00:00 2001 From: Harrison Deng Date: Mon, 18 Apr 2022 12:07:29 -0500 Subject: [PATCH] Minor content change. --- tutorials/MusicPlaylist.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tutorials/MusicPlaylist.html b/tutorials/MusicPlaylist.html index 49dfb8d..705bd67 100644 --- a/tutorials/MusicPlaylist.html +++ b/tutorials/MusicPlaylist.html @@ -4,10 +4,10 @@ + -

Creating a Music Playlist

@@ -16,6 +16,7 @@

Instantiation

+

Instantiation is simple. We grab a reference to the audioshowkit library from global, and then under the "player" path, we find the music playlist constructor.


             // Get the entry point to all of AudioShowKit's glory.
             const ask = window.audioshowkit;