diff --git a/README.md b/README.md
index 21cb82b8cda1a1d4b94012d89b877645a5d02361..d7d30fa9a5d1fa456cacd8d83656068e62c5c43e 100644
--- a/README.md
+++ b/README.md
@@ -33,7 +33,7 @@ To use the code from the `example.py` script, follow these steps:
     python pyTurbulence/example.py
     ```
 
-3. **View the Results**: The results will be saved in the `results` directory. This includes the generated data files (`u.dat`, `v.dat`, `w.dat`, `p.dat`, `T.dat`), a log file (`log.txt`), and a plot of the energy spectrum (`spectrum.png`).
+3. **View the Results**: The results will be saved in the `results` directory. This includes the generated data files (`u.dat`, `v.dat`, `w.dat`, `p.dat`, `T.dat`), a log file (`log.txt`), a plot of the energy spectrum (`spectrum.png`) and the data of the spectrum (`spectrum.dat`).
 
 ## License