diff --git a/README.md b/README.md
index 6e9862f898..669dff652a 100644
--- a/README.md
+++ b/README.md
@@ -99,6 +99,8 @@ A big _thank you_ 🙏 to our [sponsors](#sponsors) and [backers](#backers) who
- [Sponsors](#sponsors)
- [Backers](#backers)
+
+
# Flavors & Branches
Parse Server is available in different flavors on different branches:
@@ -126,6 +128,8 @@ Before you start make sure you have installed:
### Compatibility
+
+
#### Node.js
Parse Server is continuously tested with the most recent releases of Node.js to ensure compatibility. We follow the [Node.js Long Term Support plan](https://github.com/nodejs/Release) and only test against versions that are officially supported and have not reached their end-of-life date.
@@ -221,6 +225,8 @@ We have provided a basic [Node.js application](https://github.com/parse-communit
- [Flynn](https://flynn.io/blog/parse-apps-on-flynn)
- [Elestio](https://elest.io/open-source/parse)
+
+
### Parse Server + Express
You can also create an instance of Parse Server, and mount it on a new or existing Express website:
@@ -981,6 +987,8 @@ After starting the server, you can visit http://localhost:1337/playground in you
**_Note:_** Do **_NOT_** use --mountPlayground option in production. The GraphQL Playground exposes the master key in the browser page. [Parse Dashboard](https://github.com/parse-community/parse-dashboard) has a built-in GraphQL Playground and is the recommended option for production apps.
+
+
### Using Express.js
You can also mount the GraphQL API in an Express.js application together with the REST API or solo. You first need to create a new project and install the required dependencies: