]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
Fix mistake in command. 2428/head
authorAlexander <aleksandr.plaxin@gmail.com>
Fri, 22 Jun 2018 09:51:19 +0000 (12:51 +0300)
committerGitHub <noreply@github.com>
Fri, 22 Jun 2018 09:51:19 +0000 (12:51 +0300)
demos/blog/README

index b4f7d2de8ffbf41239f62ceb602cbee7aa9eaa95..d674c876e46185c9dbd4701c4faea79f70ea5276 100644 (file)
@@ -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: