diff --git a/examples/README.md b/examples/README.md
index 36dcb19823cdf0c49a4d9f145d6f21c7aa8973b4..38d56de6baeda3b24f85b2eb344b53d4a8636574 100644
--- a/examples/README.md
+++ b/examples/README.md
@@ -90,8 +90,8 @@ Job submitted with jobid: https://ccarccelsst01.in2p3.fr:9443/arex/lJPNDmDMZz0n3
 
 The job description can include the list of input and output files that the job needs. The list of files in the `inputFiles` attribute of the job description lists the files that we need ARC make available for the job in its session directory. Similarly, the list of files in the `outputFiles` attribute lists the files that we need ARC to retrieve when we use the command `arcget` for that job.
 
-An example of such a job can be found in file `arc-search-for-pattern.xrsl`. To submit that job use the command:
+An example of such a job can be found in file `arc-search.xrsl`. To submit that job use the command:
 
 ```bash
-$ arcsub -C $ARC_CE arc-search-for-pattern.xrsl
+$ arcsub -C $ARC_CE arc-search.xrsl
 ```
\ No newline at end of file