From 10fd04883f5a72d6319ffd29015d8c4efcfb9860 Mon Sep 17 00:00:00 2001 From: aashikam Date: Tue, 6 Feb 2024 11:02:32 +0530 Subject: [PATCH] Update example description --- examples/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/README.md b/examples/README.md index 52a663b..cf7daa7 100644 --- a/examples/README.md +++ b/examples/README.md @@ -6,7 +6,7 @@ The `ballerinax/aws.redshift` connector facilitates seamless integration with Am 2. [Insert data in to the database](https://github.com/ballerina-platform/module-ballerinax-aws.redshift/blob/main/examples/execute) - Connects to AWS Redshift using the Redshift connector and performs an INSERT operation into a specified table -3. [Music store](https://github.com/ballerina-platform/module-ballerinax-aws.redshift/blob/main/examples/music-store) - This example illustrates the process of creating an HTTP RESTful API with Ballerina to perform basic CRUD operations on a database, specifically AWS Redshift, involving setup, configuration, and running examples. +3. [Music store](https://github.com/ballerina-platform/module-ballerinax-aws.redshift/blob/main/examples/music-store) - This guide explains how to create an HTTP RESTful API using Ballerina for performing basic CRUD operations on a database by connecting to AWS Redshift. ## Prerequisites