Skip to content

Commit d241cba

Browse files
authored
Merge pull request #22 from ibm-messaging/documentation-revisions
Documentation fixes
2 parents 654e7c9 + 9482cd7 commit d241cba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/IBMMQ.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ cd ~/asyncapi-java-tutorial
3232
These commands will allow you to run the Java Template publisher/subscriber model using IBM MQ.
3333
1. Run the AsyncAPI Generator. <br>**Note:** You may need to change the username and password values if you have not followed the IBM MQ tutorial.
3434
```
35-
ag https://ibm.biz/kafka-asyncapi-yml-sample https://ibm.biz/asyncapi-java-template -o ./output -p server=production -p user=app -p password=passw0rd
35+
ag https://ibm.biz/mq-asyncapi-yml-sample https://ibm.biz/asyncapi-java-template -o ./output -p server=production -p user=app -p password=passw0rd
3636
```
3737
**Note:** The syntax of the above command is shown below. You do not need to run the below line, it is for informational purposes only.
3838
```

0 commit comments

Comments
 (0)