From b3864418d2a166bb370c342e45fbfefa5512fba9 Mon Sep 17 00:00:00 2001 From: Alex Ruheni <33921841+ruheni@users.noreply.github.com> Date: Thu, 2 Nov 2023 15:36:21 +0000 Subject: [PATCH] Apply suggestions from code review --- content/300-guides/050-database/900-turso.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/300-guides/050-database/900-turso.mdx b/content/300-guides/050-database/900-turso.mdx index a5b4a6c805..e3c96f9a90 100644 --- a/content/300-guides/050-database/900-turso.mdx +++ b/content/300-guides/050-database/900-turso.mdx @@ -67,13 +67,13 @@ There are a number of differences between Turso and SQLite to consider. You shou Ensure that you have the [Turso CLI](https://docs.turso.tech/reference/turso-cli) installed to manage your databases. -To provision a database on Turso, run the following command: +1. To provision a database on Turso, run the following command: ```terminal turso db create turso-prisma-db ``` -Retrieve the database's connection string: +2. Retrieve the database's connection string: ```terminal turso db show turso-prisma-db