From 4d57c02060ab8c6a7323b9bc15bd6edbe7acf149 Mon Sep 17 00:00:00 2001 From: ayeshLK Date: Tue, 27 Feb 2024 09:36:54 +0530 Subject: [PATCH] Fix doc issues --- README.md | 14 ++++++++++---- ballerina/Module.md | 14 ++++++++++---- ballerina/Package.md | 14 ++++++++++---- 3 files changed, 30 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 5ddabbd..ba49353 100644 --- a/README.md +++ b/README.md @@ -14,10 +14,10 @@ The `ballerinax/ibm.ibmmq` package provides an API to connect to an IBM MQ serve ## Compatibility -| | Version | -|:---|:------------:| -|IBM MQ Server | **9.3 or earlier** | -|IBM MQ Client Connector* | **9.3.4.0** | +| | Version | +|:-----------------------|:------------:| +| IBM MQ Server | **9.3 or earlier** | +| IBM MQ Client Connector| **9.3.4.0** | ## Setup guide @@ -129,6 +129,12 @@ ibmmq:Message? message = check queue->get(); ibmmq:Message? message = check topic->get(); ``` +### Step 4: Run the Ballerina application + +```Shell +bal run +``` + ### Examples The following example shows how to use the `ibm.ibmmq` connector to produce and consume messages using an IBM MQ server. diff --git a/ballerina/Module.md b/ballerina/Module.md index 192db80..c0b06da 100644 --- a/ballerina/Module.md +++ b/ballerina/Module.md @@ -9,10 +9,10 @@ The `ballerinax/ibm.ibmmq` package provides an API to connect to an IBM MQ serve ## Compatibility -| | Version | -|:---|:------------:| -|IBM MQ Server | **9.3 or earlier** | -|IBM MQ Client Connector* | **9.3.4.0** | +| | Version | +|:-----------------------|:------------:| +| IBM MQ Server | **9.3 or earlier** | +| IBM MQ Client Connector| **9.3.4.0** | ## Setup guide @@ -124,6 +124,12 @@ ibmmq:Message? message = check queue->get(); ibmmq:Message? message = check topic->get(); ``` +### Step 4: Run the Ballerina application + +```Shell +bal run +``` + ### Examples The following example shows how to use the `ibm.ibmmq` connector to produce and consume messages using an IBM MQ server. diff --git a/ballerina/Package.md b/ballerina/Package.md index b6b392b..3f4bdef 100644 --- a/ballerina/Package.md +++ b/ballerina/Package.md @@ -9,10 +9,10 @@ The `ballerinax/ibm.ibmmq` package provides an API to connect to an IBM MQ serve ## Compatibility -| | Version | -|:---|:------------:| -|IBM MQ Server | **9.3 or earlier** | -|IBM MQ Client Connector* | **9.3.4.0** | +| | Version | +|:-----------------------|:------------:| +| IBM MQ Server | **9.3 or earlier** | +| IBM MQ Client Connector| **9.3.4.0** | ## Setup guide @@ -124,6 +124,12 @@ ibmmq:Message? message = check queue->get(); ibmmq:Message? message = check topic->get(); ``` +### Step 4: Run the Ballerina application + +```Shell +bal run +``` + ### Examples The following example shows how to use the `ibm.ibmmq` connector to produce and consume messages using an IBM MQ server.