Skip to content

Commit f49780d

Browse files
authored
Fix typos (#347)
1 parent 4021772 commit f49780d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The `postgis/postgis` image provides tags for running Postgres with [PostGIS](ht
66

77
This image ensures that the default database created by the parent `postgres` image will have the following extensions installed:
88

9-
| installed extensions | [initializated](https://github.com/postgis/docker-postgis/blob/master/initdb-postgis.sh)|
9+
| installed extensions | [initialized](https://github.com/postgis/docker-postgis/blob/master/initdb-postgis.sh)|
1010
|---------------------|-----|
1111
| `postgis` | yes |
1212
| `postgis_topology` | yes |
@@ -18,13 +18,13 @@ This image ensures that the default database created by the parent `postgres` im
1818

1919
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`.
2020

21-
# Versions ( 2023-05-31 )
21+
# Versions (2023-05-31)
2222

2323
Supported architecture: `amd64`
2424

25-
Recomended version for the new users: `postgis/postgis:15-3.3`
25+
Recommended version for new users: `postgis/postgis:15-3.3`
2626

27-
### Debian based ( recomended )
27+
### Debian based (recommended)
2828

2929
* This Docker-PostGIS version has a cautious release cycle to guarantee high stability.
3030
* By "cautious", we mean it does not always have the latest versions of geos, proj, gdal, and sfcgal packages.

0 commit comments

Comments
 (0)