From 918ee86eaa37bce88cec24ca53f8b5607b403338 Mon Sep 17 00:00:00 2001 From: svetlana maleeva Date: Wed, 8 Apr 2020 14:08:44 +0300 Subject: [PATCH] Changed headings level --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d5b8544..997a95e 100644 --- a/README.md +++ b/README.md @@ -116,7 +116,7 @@ LD_LIBRARY_PATH=./ ./DesktopEditors **Document Server** uses **NGINX** as a web server and **PostgreSQL** as a database. **RabbitMQ** is also required for **Document Server** to work correctly. -####### Installing and configuring NGINX +###### Installing and configuring NGINX 1. Install NGINX: @@ -184,7 +184,7 @@ LD_LIBRARY_PATH=./ ./DesktopEditors sudo nginx -s reload ``` -####### Installing and configuring PostgreSQL +###### Installing and configuring PostgreSQL 1. Install PostgreSQL: @@ -211,7 +211,7 @@ LD_LIBRARY_PATH=./ ./DesktopEditors **Note**: Upon that, you will be asked to provide a password for the **onlyoffice** PostgreSQL user. Please enter the **onlyoffice** password. -####### Installing RabbitMQ +###### Installing RabbitMQ ```bash sudo apt-get install rabbitmq-server