diff --git a/README.md b/README.md index 4a884c1..fdf6649 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,8 @@ Documentation: This package is mainly not intended to be used directly. Instead, developers of packages that implement FFTs (such as [FFTW.jl](https://github.com/JuliaMath/FFTW.jl) or [FastTransforms.jl](https://github.com/JuliaApproximation/FastTransforms.jl)) extend the types/functions defined in `AbstractFFTs`. -This allows multiple FFT packages to co-exist with the same underlying `fft(x)` and `plan_fft(x)` interface. +This al## Developer information +lows multiple FFT packages to co-exist with the same underlying `fft(x)` and `plan_fft(x)` interface. ## Developer information