Explorar o código

Update README.md

tteckster %!s(int64=3) %!d(string=hai) anos
pai
achega
4ba675c2c9
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -663,11 +663,11 @@ passwd postgres
 ```
 Login using Postgres system account
  
-```
+```yaml
 su - postgres
 ```
 Now, change the Admin database password 
-```
+```yaml
 psql -c "ALTER USER postgres WITH PASSWORD 'your-password';"
 ```
 Create a new user.