diff --git a/index.html b/index.html
index 775521c..e1d0423 100644
--- a/index.html
+++ b/index.html
@@ -1354,7 +1354,7 @@ foreach ($file in $inputfiles) {
Sine wave
-
Generate a test audio file playing a Sine wave.
+
Generate a test audio file playing a sine wave.
ffmpeg -f lavfi -i "sine=frequency=1000:sample_rate=48000:duration=5" -c:a pcm_s16le output_file.wav
- ffmpeg
- starts the command