Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
niveathika authored Feb 6, 2024
1 parent c1c2351 commit 5f2465c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ The `ballerinax/aws.redshift` connector facilitates seamless integration with Am
1. Follow the [instructions](https://github.com/ballerina-platform/module-ballerinax-aws.redshift#set-up-guide) to set up the AWS Redshift cluster.

2. For each example, create a new Ballerina project. Copy the provided example code into the project, and include a `config.toml` file with the necessary JDBC URL, username, and password. Below is an example illustrating how your `config.toml` file should be structured:
```toml
jdbcUrl="<JDBC URL of the created Redshift cluster>"
user="<Username>"
password="<Password>"
```
```toml
jdbcUrl="<JDBC URL of the created Redshift cluster>"
user="<Username>"
password="<Password>"
```

## Running an Example

Expand Down

0 comments on commit 5f2465c

Please sign in to comment.