Skip to content

Commit 4f3213a

Browse files
committed
#000: Chauhan: update readme before release
1 parent 38efed3 commit 4f3213a

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
@@ -4,7 +4,7 @@
44
Add following line to build.sbt
55

66
```
7-
libraryDependencies += "com.github.tmtsoftware" %% "rtm" % "78dd097b7a"
7+
libraryDependencies += "com.github.tmtsoftware" %% "rtm" % "0.1.0"
88
```
99

1010

@@ -88,5 +88,5 @@ Call the TestRequirementMapper from the bash shell by executing command with fol
8888
- story requirement mapping file path (as per above requirements)
8989
- output path : `./target/RTM/output.txt`
9090
```
91-
> coursier launch --channel https://raw.githubusercontent.com/tmtsoftware/osw-apps/master/apps.json rtm:47b635b289 -- <path of file containing Test-Story mapping > <path of file containing Story-Requirement mapping> <output path>
91+
> coursier launch --channel https://raw.githubusercontent.com/tmtsoftware/osw-apps/master/apps.json rtm:0.1.0 -- <path of file containing Test-Story mapping > <path of file containing Story-Requirement mapping> <output path>
9292
```

0 commit comments

Comments
 (0)