From 9835beb53920a266f9b40961e11b390bf621148d Mon Sep 17 00:00:00 2001 From: Nuvindu Date: Tue, 13 Aug 2024 16:28:17 +0530 Subject: [PATCH] Update topics with sentence cases --- .../generated-connector-template/files/examples/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library-templates/generated-connector-template/files/examples/README.md b/library-templates/generated-connector-template/files/examples/README.md index d3fd4984..2b50566d 100644 --- a/library-templates/generated-connector-template/files/examples/README.md +++ b/library-templates/generated-connector-template/files/examples/README.md @@ -10,7 +10,7 @@ The `ballerinax/{{MODULE_NAME_CC}}` connector provides practical examples illust [//]: # (TODO: Add prerequisites) -## Running an Example +## Running an example Execute the following commands to build an example from the source: @@ -26,7 +26,7 @@ Execute the following commands to build an example from the source: bal run ``` -## Building the Examples with the Local Module +## Building the examples with the local module **Warning**: Due to the absence of support for reading local repositories for single Ballerina files, the Bala of the module is manually written to the central repository as a workaround. Consequently, the bash script may modify your local Ballerina repositories.