Skip to content

Commit 79d6a57

Browse files
committed
force push
1 parent e25e8fe commit 79d6a57

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

cockroachcloud/serverless-movr.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -45,21 +45,14 @@ MovR is a fictional company that offers users a platform for sharing vehicles, l
4545
~~~ shell
4646
CREATE DATABASE movr;
4747
~~~
48-
49-
1. Exit the SQL shell:
50-
51-
{% include copy-clipboard.html %}
52-
~~~ shell
53-
quit
54-
~~~
5548

5649
1. Return to the **Connect to cluster** dialog from [Step 1](#step-1-set-up-your-cluster-connection) and select `movr` from the **Database** dropdown.
5750

5851
1. Copy the new **General connection string**.
5952

6053
## Step 3. Load the `movr` workload
6154

62-
Load the `movr` dataset using the new connection string:
55+
Exit the SQL shell and load the `movr` dataset using the new connection string:
6356

6457
{% include copy-clipboard.html %}
6558
~~~ shell

0 commit comments

Comments
 (0)