From: Alexander Date: Fri, 22 Jun 2018 09:51:19 +0000 (+0300) Subject: Fix mistake in command. X-Git-Tag: v5.1.0~4^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d38883cede3749de69b82e4ca3e34bef26b2bf6c;p=thirdparty%2Ftornado.git Fix mistake in command. --- 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: