Skip to content

Commit 1690210

Browse files
committed
Minor tweak
1 parent 0391204 commit 1690210

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ This tool will also work on any version of InterSystems IRIS.
1111

1212
Download an XML file from [Releases](https://github.com/intersystems/TestCoverage/releases), then run:
1313
```
14-
Set root = "<path on filesystem to xml file>"
15-
Do $System.OBJ.Load(root,"ck")
14+
Set releaseFile = "<path on filesystem to xml file>"
15+
Do $System.OBJ.Load(releaseFile,"ck")
1616
```
1717

1818
### Installation: from Terminal

0 commit comments

Comments
 (0)