diff --git a/README.md b/README.md index 3a7c15fc..2a1c6ca7 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ x_hat = np.fft.rfft(x, axis=-1) In this example, the 1D batched `rfft` over 2D View along `axis -1` is executed. Some basic examples are found in [examples](examples). ## Disclaimer -**KokkosFFT is under development and subject to change without warning. The authors do not guarantee that this code runs correctly in all the environments.** +**kokkos-fft is under development and subject to change without warning. The authors do not guarantee that this code runs correctly in all the environments.** ## Using kokkos-fft For the moment, there are two ways to use kokkos-fft: including as a subdirectory in CMake project or installing as a library. First of all, you need to clone this repo.