From db681c4749591a4537ec65a4b0579120241c102f Mon Sep 17 00:00:00 2001
From: Amaury Bilocq <amaurybilocq@mac.home>
Date: Sat, 22 Feb 2025 14:25:09 +0100
Subject: [PATCH] Improve readme

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 21cb82b..d7d30fa 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
 
-- 
GitLab