From e9a427eb78d9935d75160f077c036867b996f5f9 Mon Sep 17 00:00:00 2001 From: Alex Kup <116945542+Lifailon@users.noreply.github.com> Date: Fri, 5 May 2023 01:00:04 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6a15d39..3b641db 100644 --- a/README.md +++ b/README.md @@ -2253,7 +2253,7 @@ $1 = $S.Name; $2 = $S.DisplayName; $3 = $S.Status; Invoke-MySQLiteQuery -Path $path -Query "INSERT INTO Service (Name, DisplayName, Status) VALUES ('$1', '$2', '$3');" } ``` -### Creat password database +### Database password ``` $Connection = New-SQLiteConnection -DataSource $path $Connection.ChangePassword("password")