From f49780d3cc52b1c991cfca873c269f7b96f1a9fe Mon Sep 17 00:00:00 2001 From: Grant Hutchins Date: Sat, 3 Jun 2023 01:47:53 -0500 Subject: [PATCH] Fix typos (#347) --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8c6895b1..18ada820 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ The `postgis/postgis` image provides tags for running Postgres with [PostGIS](ht This image ensures that the default database created by the parent `postgres` image will have the following extensions installed: -| installed extensions | [initializated](https://github.com/postgis/docker-postgis/blob/master/initdb-postgis.sh)| +| installed extensions | [initialized](https://github.com/postgis/docker-postgis/blob/master/initdb-postgis.sh)| |---------------------|-----| | `postgis` | yes | | `postgis_topology` | yes | @@ -18,13 +18,13 @@ This image ensures that the default database created by the parent `postgres` im Unless `-e POSTGRES_DB` is passed to the container at startup time, this database will be named after the admin user (either `postgres` or the user specified with `-e POSTGRES_USER`). If you would prefer to use the older template database mechanism for enabling PostGIS, the image also provides a PostGIS-enabled template database called `template_postgis`. -# Versions ( 2023-05-31 ) +# Versions (2023-05-31) Supported architecture: `amd64` -Recomended version for the new users: `postgis/postgis:15-3.3` +Recommended version for new users: `postgis/postgis:15-3.3` -### Debian based ( recomended ) +### Debian based (recommended) * This Docker-PostGIS version has a cautious release cycle to guarantee high stability. * By "cautious", we mean it does not always have the latest versions of geos, proj, gdal, and sfcgal packages.