From 58ec8d2afcbdc8d0b380f473b4e52f2c72cae9d4 Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Fri, 16 Jul 2021 06:11:02 +0200 Subject: [PATCH] Updated Access the database (markdown) --- Access-the-database.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Access-the-database.md b/Access-the-database.md index d8f7cd4..5a8b8ea 100644 --- a/Access-the-database.md +++ b/Access-the-database.md @@ -16,5 +16,5 @@ To access the database open a terminal and type: To access the database, open a command prompt, and type: ``` cd "\%PROGRAMFILES%\Strawberry Music Player\" -sqlite3 %LOCALAPPDATA%\Strawberry\Strawberry\strawberry.db + sqlite3 %LOCALAPPDATA%\Strawberry\Strawberry\strawberry.db ```