Skip to content

Commit 65858a8

Browse files
authored
more nits
1 parent 83591c0 commit 65858a8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ The full documentation for Parse Server is available in the [wiki](https://githu
4444
- [Getting Started](#getting-started)
4545
- [Running Parse Server](#running-parse-server)
4646
- [Compatibility](#compatibility)
47-
- [Node.js Support](#nodejs-support)
48-
- [MongoDB Support](#mongodb-support)
49-
- [Postgres Support](#postgres-support)
47+
- [Node.js](#nodejs-support)
48+
- [MongoDB](#mongodb-support)
49+
- [PostgreSQL](#postgresql-support)
5050
- [Locally](#locally)
5151
- [Docker Container](#docker-container)
5252
- [Saving an Object](#saving-an-object)
@@ -121,10 +121,10 @@ Parse Server is continuously tested with the most recent releases of MongoDB to
121121
| MongoDB 4.2 | 4.2.12 | TBD | ✅ Fully compatible |
122122
| MongoDB 4.4 | 4.4.3 | TBD | ✅ Fully compatible |
123123

124-
#### Postgres
125-
Parse Server is continuously tested with the most recent releases of Postgres and Postgis to ensure compatibility. We follow the [Postgis docker tags](https://registry.hub.docker.com/r/postgis/postgis/tags?page=1&ordering=last_updated) and only test against versions that are officially supported and have not reached their end-of-life date.
124+
#### PostgreSQL
125+
Parse Server is continuously tested with the most recent releases of PostgreSQL and PostGIS to ensure compatibility. We follow the [PostGIS docker tags](https://registry.hub.docker.com/r/postgis/postgis/tags?page=1&ordering=last_updated) and only test against versions that are officially supported and have not reached their end-of-life date.
126126

127-
| Postgres Version | Postgis Version | End-of-Life Date | Compatibility |
127+
| Version | PostGIS Version | End-of-Life Date | Compatibility |
128128
|------------------|-----------------|------------------|--------------------|
129129
| Postgres 10.x | 3.0.x, 3.1.x | November 2022 | ✅ Fully compatible |
130130
| Postgres 11.x | 3.0.x, 3.1.x | November 2023 | ✅ Fully compatible |

0 commit comments

Comments
 (0)