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")