diff options
Diffstat (limited to 'projects')
-rw-r--r-- | projects/sqlite3-analysis/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/sqlite3-analysis/README.md b/projects/sqlite3-analysis/README.md index 18a1a43..143bd93 100644 --- a/projects/sqlite3-analysis/README.md +++ b/projects/sqlite3-analysis/README.md @@ -6,7 +6,7 @@ sqlite3 ./chinook.db ``` ```sql -# Enable some features and export the CSV results of the script +-- Enable some features and export the CSV results of the script .headers on .mode csv .output /home/cmc/git/data-science/projects/sql-dashboard/employee_sales.csv |