diff --git a/web/README.md b/web/README.md index d5f6e29..ef66ea2 100644 --- a/web/README.md +++ b/web/README.md @@ -45,7 +45,7 @@ sudo service postgresql enable We will now create a database and user to work with -``` +```bash sudo -u postgres psql ```