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 ';'.