From d38883cede3749de69b82e4ca3e34bef26b2bf6c Mon Sep 17 00:00:00 2001 From: Alexander Date: Fri, 22 Jun 2018 12:51:19 +0300 Subject: [PATCH] Fix mistake in command. --- demos/blog/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demos/blog/README b/demos/blog/README index b4f7d2de8..d674c876e 100644 --- a/demos/blog/README +++ b/demos/blog/README @@ -20,7 +20,7 @@ its prerequisites can be installed with `docker-compose up`. 3. Create a database and user for the blog. - Connect to the database with `psql -Upostgres` (for PostgreSQL) or + Connect to the database with `psql -U postgres` (for PostgreSQL) or `cockroach sql` (for CockroachDB). Create a database and user, and grant permissions: -- 2.47.2