diff --git a/README.md b/README.md index 19390d7b10..f66a47816f 100644 --- a/README.md +++ b/README.md @@ -195,7 +195,7 @@ Your terminal will just hang there. This means the server is running. Any errors In the new terminal, we will now connect to the running database server using a client. Dolt also ships with a MySQL compatible client. ```bash -% dolt sql-client +% dolt sql-client -u root # Welcome to the Dolt MySQL client. # Statements must be terminated with ';'. # "exit" or "quit" (or Ctrl-D) to exit.