From 7d9d7a8851a2b7351ee8114bad961642c9bd4b9e Mon Sep 17 00:00:00 2001
From: JP <jonathan.i.percival@gmail.com>
Date: Fri, 19 Jan 2024 19:53:03 -0700
Subject: [PATCH] Update README.md to use working examples

---
 Src/java/README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Src/java/README.md b/Src/java/README.md
index 3e3e51385..83caae007 100644
--- a/Src/java/README.md
+++ b/Src/java/README.md
@@ -58,18 +58,18 @@ To execute the sample code using a script generated by gradle, first generate th
 Then execute the generated script (optionally passing in an argument).  The following example executes
 the sample cql code with the path to a CQL file as an argument:
 
-    ./cql/build/install/cql/bin/cql ../../Examples/ChlamydiaScreening_CQM.cql
+    ./cql/build/install/cql/bin/cql ../../Examples/CMS135_QDM.cql
 
 You can also execute the cql-parsetree tool in a similar way:
 
-    ./tools/cql-parsetree/build/install/cql-parsetree/bin/cql-parsetree ../../Examples/ChlamydiaScreening_CQM.cql
+    ./tools/cql-parsetree/build/install/cql-parsetree/bin/cql-parsetree ../../Examples/CMS135_QDM.cql
 
 ## Generate an ELM Representation of CQL Logic
 
 To generate an ELM representation of CQL logic, build and execute the cql-to-elm app:
 
     ./gradlew :cql-to-elm-cli:installDist
-    ./cql-to-elm-cli/build/install/cql-to-elm-cli/bin/cql-to-elm-cli --input ../../Examples/ChlamydiaScreening_CQM.cql
+    ./cql-to-elm-cli/build/install/cql-to-elm-cli/bin/cql-to-elm-cli --input ../../Examples/CMS135_QDM.cql
 
 The following options are supported: