Skip to content

Commit d69c85e

Browse files
authored
Updated cql-to-elm instructions in README.md (#317)
* Updated cql-to-elm instructions in README.md
1 parent 27c9bf7 commit d69c85e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Implementors should be aware of the following limitations and gaps in `cql-execu
5353
* External functions
5454
* While the source code of `cql-execution` is in TypeScript, full-fledged typing of the library is not yet implemented
5555
* Conversion from JavaScript to TypeScript was done in [this pull request](https://github.com/cqframework/cql-execution/pull/260),
56-
with the intent on making incremental type improvements in subsequent pull requests.
56+
with the intent on making incremental type improvements in subsequent pull requests.
5757

5858
The above is a partial list covering the most significant limitations. For more details, see the
5959
[CQL_Execution_Features.xlsx](CQL_Execution_Features.xlsx) spreadsheet.
@@ -79,8 +79,8 @@ the ELM. For the easiest integration, we will generate a JSON file using cql-to-
7979
repository to a location of your choice
8080
3. `cd ${path_to_clinical_quality_language}/Src/java` (replacing
8181
`${path_to_clinical_quality_language}` with the path to the local clone)
82-
4. `./gradlew :cql-to-elm:installDist`
83-
5. `./cql-to-elm/build/install/cql-to-elm/bin/cql-to-elm --format=JSON --input ${path_to_cql} --output ${path_to_cql-execution}/customCQL`
82+
4. `./gradlew :cql-to-elm-cli:installDist`
83+
5. `./cql-to-elm-cli/build/install/cql-to-elm-cli/bin/cql-to-elm-cli --format=JSON --input ${path_to_cql} --output ${path_to_cql-execution}/customCQL`
8484

8585
The above example puts the example CQL into a subfolder of the `cql-execution` project to make the
8686
relative paths to `cql-execution` libraries easier, but it doesn't _have_ to go there. If you put

0 commit comments

Comments
 (0)