From 5d05385529c0eafef9f43d9fca3554d511830ad5 Mon Sep 17 00:00:00 2001
From: Matteo <matteo.difazio@garr.it>
Date: Mon, 20 Apr 2020 15:42:25 +0200
Subject: [PATCH] Update README.md

---
 README.md | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/README.md b/README.md
index ac4b4ed..33cc323 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,3 @@
-[[_TOC_]]
-
----
-
 # Configurazione HA geografica di PostgresQL
 
 Per realizzare una HA geografica di un database PostgreSQL utilizzeremo **Stolon**: https://github.com/sorintlab/stolon
@@ -365,7 +361,7 @@ Inizializziamo il **cluster Stolon di standby** sul container dove non è presen
    ```bash
    bin/stolonctl --cluster-name maas-test-cluster --store-backend etcdv3 --store-endpoints  http://10.3.0.244:2379,http://10.2.0.243:2379,http://10.2.0.244:2379 status
 
-Se tutto è andato a buon fine, ora su 10.2.0.232 dove prima non c'era nessun db abbiamo configurato una replica del DB di MAAS che è in costante sincronizzazione (async replication).
+Se tutto è andato a buon fine, ora su 10.2.0.232 dove prima non c'era nessun db abbiamo configurato una replica del DB di MAAS in costante sincronizzazione (async replication).
 
 Ci siamo quasi, quello che ci resta da fare ora è:
 
-- 
GitLab