diff --git a/README.md b/README.md index 461d1b4..ae42fc5 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ Below is a list of values and what they do * `fft`: Whether or not to perform a fourier transform to show frequencies (like `spectrum` mode in most other visualizers) * `interpolation`: Number of points to interpolate between values. <1 means disable * `smoothing`: Smoothing mode. Possible values are: - * `#f`: No smoothing or interpolation. Disregards `fft-interpolation` + * `#f`: No smoothing or interpolation. Disregards `interpolation` * `'none`: No smoothing * `'moving-average`: Moving average * `'exponential`: Simple (basic) exponential smoothing