diff --git a/website/index.html b/website/index.html
index 88d0c098..309bc96f 100644
--- a/website/index.html
+++ b/website/index.html
@@ -103,15 +103,15 @@
Decoding (requires external single-file libraries).
- - WAV via dr_wav
- - FLAC via dr_flac
- - MP3 via dr_mp3
- - Vorbis via stb_vorbis
+ - WAV
+ - FLAC
+ - MP3
+ - Vorbis via stb_vorbis (not built in - must be included separately).
Encoding (requires external single-file libraries).
Lock free ring buffer (single producer, single consumer).