Skip to content

Commit abf95b6

Browse files
committed
Fixed README indentation
1 parent 3ad2acf commit abf95b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ whether created by an automated snapshot, manual, or by AWS Backup service.
2121
* `RdsSnapshotType.DB_MANUAL_SNAPSHOT`for manual snapshots.
2222
* `s3BucketName`: An S3 bucket with the provided name will be created automatically for you.
2323

24-
For example, the following configuration will automatically export all snapshots, and snapshot-copies, created by both the Automated service
25-
and by AWS Backup of an existing RDS databased named `my-rds-db`, to a new S3 bucket named `my-rds-db-snapshots-export`:
24+
For example, the following configuration will automatically export all snapshots and snapshot-copies, created by both the Automated service
25+
and by AWS Backup of an existing RDS database named `my-rds-db`, to a new S3 bucket named `my-rds-db-snapshots-export`:
2626
```
2727
dbName: 'my-rds-db',
2828
rdsEvents: [

0 commit comments

Comments
 (0)