diff --git a/postgres-backup-s3/README.md b/postgres-backup-s3/README.md index a19abb9..0e73f69 100644 --- a/postgres-backup-s3/README.md +++ b/postgres-backup-s3/README.md @@ -47,7 +47,7 @@ More information about the scheduling can be found [here](http://godoc.org/githu ### Backup File Name / Path By default, if `POSTGRES_BACKUP_ALL` is true, the dump file will be put at `/all_.sql.gz`. When using `POSTGRES_DATABASE`, each database listed will be backed up to the object path `/_.sql.gz`. -If you wish to make these filenames static, you can use the `S3_FILE_NAME` variable, which will change these formats to `/.sql.gz` or `/_.sql.gz` accordingly. +If you wish to make these filenames static, you can use the `S3_FILE_NAME` variable, which will change these formats to `/.sql.gz` or `/_.sql.gz` accordingly. ### Backup All Databases