Skip to content

Commit 9c4ad58

Browse files
committed
Adjust README titles
1 parent 181c622 commit 9c4ad58

14 files changed

Lines changed: 15 additions & 14 deletions

File tree

cpp/cluster_management/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Aurora DSQL CPP SDK code examples
1+
# Aurora DSQL CPP code examples
22

33
## Overview
44

cpp/libpq/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Libpq with Aurora DSQL
1+
# Aurora DSQL with libpq
22

33
## Overview
44

dotnet/npgsql/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Npgsql with Aurora DSQL
1+
# Aurora DSQL with Npgsql
22

33
## Overview
44

go/pgx/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# PGX with Aurora DSQL
1+
# Aurora DSQL with pgx
22

33
## Overview
44

java/pgjdbc/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# pgJDBC with Aurora DSQL
1+
# Aurora DSQL with pgJDBC
22

33
## Overview
44

javascript/node-postgres/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# node-postgres with Aurora DSQL
1+
# Aurora DSQL with node-postgres
22

33
## Overview
44

javascript/postgres-js/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Postgres.js with Aurora DSQL
1+
# Aurora DSQL with Postgres.js
22

33
## Overview
44

python/psycopg/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Psycopg with Aurora DSQL
1+
# Aurora DSQL with Psycopg
22

33
## Overview
44

python/psycopg2/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Psycopg2 with Aurora DSQL
1+
# Aurora DSQL with Psycopg2
22

33
## Overview
44

ruby/rails/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
# Ruby on Rails with Aurora DSQL
1+
# Aurora DSQL with Ruby on Rails
2+
23
This example demonstrates how to use an Aurora DSQL cluster with a Ruby On Rails
34
application. Aurora DSQL only supports token-based authentication so we extend the
45
[`pg-aws_rds_iam`][rds-plugin-repo] plugin to generate Aurora DSQL auth tokens

0 commit comments

Comments
 (0)