Skip to content

Commit

Permalink
Merge pull request #12 from AnthonyBobsin/patch-1
Browse files Browse the repository at this point in the history
Fix version reference in example snippets
  • Loading branch information
QAInsights authored Aug 29, 2022
2 parents 5649c63 + 86d9d3b commit aff34bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Following are the prerequisites for this GitHub Action:

```
- name: JMeter Test
uses: QAInsights/PerfAction@3.1
uses: QAInsights/PerfAction@v3.1
with:
test-plan-path: ./TestPlans/S01_SimpleExample/S01_SimpleExample.jmx
args: ""
Expand All @@ -45,7 +45,7 @@ Following are the prerequisites for this GitHub Action:

```
- name: JMeter Test
uses: QAInsights/PerfAction@3.1
uses: QAInsights/PerfAction@v3.1
with:
test-plan-path: ./TestPlans/S01_SimpleExample/S01_SimpleExample.jmx
args: "-H my.proxy.server -P 8000"
Expand Down

0 comments on commit aff34bf

Please sign in to comment.