diff --git a/postgres/README.md b/postgres/README.md index 52f030fb0..a9ba080b7 100644 --- a/postgres/README.md +++ b/postgres/README.md @@ -64,7 +64,7 @@ This optional environment variable can be used to define another location - like ### `POSTGRES_DB` -This optional environment variable can be used to define a different name for the default database that is created when the image is first started. If it is not specified, than the value of `POSTGRES_USER` will be used. +This optional environment variable can be used to define a different name for the default database that is created when the image is first started. If it is not specified, then the value of `POSTGRES_USER` will be used. # How to extend this image