diff --git a/Quickstart.md b/Quickstart.md index 9a1898b..80a5368 100644 --- a/Quickstart.md +++ b/Quickstart.md @@ -97,7 +97,7 @@ Must be run with superuser rights ('sudo'). It is advised to backup the account databases before upgrading to a newer version which might migrate the database and therefore prevents a downgrade in case of issues. -This little snippet will take care (requires `squlite3`). +This little snippet will take care (requires `sqlite3`). ```bash find /folder/to/signal-cli/data -type f -name account.db | xargs -L1 -I{} sqlite3 {} ".backup {}.$(date +%Y%m%d%H%M)"