Skip to content
2 changes: 1 addition & 1 deletion integrations/debezium/mysql/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Example:

Otherwise, you can find the steps to install and use your CLI of choice under [Supported tools](https://materialize.com/docs/integrations/sql-clients/#supported-tools).

1. Now that you're in the Materialize, define the connection to the Redpanda broker and the schema registry:
1. Now that you're in Materialize, define the connection to the Redpanda broker and the schema registry:

```sql
-- Create Redpanda connection
Expand Down
2 changes: 1 addition & 1 deletion integrations/debezium/postgres/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Example:

Otherwise, you can find the steps to install and use your CLI of choice under [Supported tools](https://materialize.com/docs/integrations/sql-clients/#supported-tools).

1. Now that you're in the Materialize, define the connection to the Redpanda broker and the schema registry:
1. Now that you're in Materialize, define the connection to the Redpanda broker and the schema registry:

```sql
-- Create Redpanda connection
Expand Down
2 changes: 1 addition & 1 deletion integrations/debezium/sqlserver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ If you want to try it right now, follow these steps:

Otherwise, you can find the steps to install and use your CLI of choice under [Supported tools](https://materialize.com/docs/integrations/sql-clients/#supported-tools).

1. Now that you're in the Materialize, define the connection to the Redpanda broker and the schema registry:
1. Now that you're in Materialize, define the connection to the Redpanda broker and the schema registry:

```sql
-- Create Redpanda connection
Expand Down