From 778f435c87f799feeade59dcd87b5bf97ae1bd0d Mon Sep 17 00:00:00 2001
From: Thomas Maurice <thomas@maurice.fr>
Date: Wed, 6 Dec 2023 20:51:15 +0100
Subject: [PATCH] add quotation marks

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 22652eb..fd3ccfd 100644
--- a/README.md
+++ b/README.md
@@ -127,7 +127,7 @@ On the `pg_hba.conf` file add a line like that at the end:
 host    all             all             <the netmask you want to add>            scram-sha-256
 ```
 
-Also change the `listen_addresses` instruction to `*` in `postgresql.conf`.
+Also change the `listen_addresses` instruction to `'*'` in `postgresql.conf`.
 
 ## Install Nginx
 
-- 
GitLab