From 41bc3b6a0a14b07d2e14aeda4e55e0d5f9fe9fd4 Mon Sep 17 00:00:00 2001 From: Zach Musgrave Date: Wed, 17 Mar 2021 13:45:28 -0700 Subject: [PATCH] Update quickstart.md --- docs/quickstart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/quickstart.md b/docs/quickstart.md index 7d5848e828..e49c39067c 100644 --- a/docs/quickstart.md +++ b/docs/quickstart.md @@ -55,7 +55,7 @@ Get familiar with the tables and their columns. The easiest way to do this is by using SQL commands. `show tables` and `describe ` are good commands to use when exploring a new database. -```sh +```sql % dolt sql # Welcome to the DoltSQL shell. # Statements must be terminated with ';'.