diff --git a/README.md b/README.md
index 570e05a59402e456b526e8d942ae497b759b4024..cf77b66a1ebd09b1a73ca5958cdfcab23df12208 100644
--- a/README.md
+++ b/README.md
@@ -56,14 +56,14 @@ python ../workflow_video_prediction/DataExtraction/mpi_stager_v2.py  --source_di
 ```python
 python ../workflow_video_prediction/DataPreprocess/mpi_stager_v2_process_netCDF.py --source_dir <output_dir1> --destination_dir <output_dir2> 
 
-video_prediction/datasets/era5_dataset_v2.py  --source_dir   <output_dir2> --destination_dir <output_dir3>
+python video_prediction/datasets/era5_dataset_v2.py  --source_dir   <output_dir2> --destination_dir <output_dir3>
 ```
 
 Example
 ```python
 python ../workflow_video_prediction/DataPreprocess/mpi_stager_v2_process_netCDF.py --source_dir /p/scratch/deepacf/bing/extractedData --destination_dir /p/scratch/deepacf/bing/preprocessedData
 
-video_prediction/datasets/era5_dataset_v2.py /p/scratch/deepacf/bing/preprocessedData  ./data/era5_64_64_3_3t_norm
+python video_prediction/datasets/era5_dataset_v2.py /p/scratch/deepacf/bing/preprocessedData  ./data/era5_64_64_3_3t_norm
  ```
  
 ### Trarining