Skip to content

Commit aebc2f3

Browse files
committed
Clean up the developing instructions
1 parent 52df870 commit aebc2f3

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
@@ -53,7 +53,7 @@ the build to fail.
5353

5454
## Developing
5555

56-
To test the junit parser (in Ruby) and plugin hooks (in Bash):
56+
To test the plugin hooks (in Bash) and the junit parser (in Ruby):
5757

5858
```bash
5959
docker-compose run --rm plugin &&
@@ -73,7 +73,7 @@ To test your plugin in your builds prior to opening a pull request, you can refe
7373
steps:
7474
- label: Annotate
7575
plugins:
76-
- YourGithubHandle/junit-annotate#v1.5.1:
76+
- YourGithubHandle/junit-annotate#v1.2.3:
7777
...
7878
```
7979

0 commit comments

Comments
 (0)