From eb364fb7c34e6888ab8acc7de8062060b58239a2 Mon Sep 17 00:00:00 2001 From: Anton Burnashev Date: Thu, 12 Sep 2024 14:59:56 +0200 Subject: [PATCH] Update docs/website/docs/tutorial/sql_database.md --- docs/website/docs/tutorial/sql_database.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/website/docs/tutorial/sql_database.md b/docs/website/docs/tutorial/sql_database.md index f21a4d641f..4ae9da208e 100644 --- a/docs/website/docs/tutorial/sql_database.md +++ b/docs/website/docs/tutorial/sql_database.md @@ -18,7 +18,7 @@ To make it easy to reproduce, we will be loading data from the [public MySQL RFa - Python 3.9 or higher installed - Virtual environment set up -- `dlt` installed. Follow the instructions in the [installation guide](../reference/installation) to create a new virtual environment and install `dlt`. +- dlt installed. Follow the instructions in the [installation guide](../reference/installation) to create a new virtual environment and install the `dlt` package. ## 1. Create a new dlt project