From 0614bacb9fc0db8ff103b82df15aeabbf2bea62b Mon Sep 17 00:00:00 2001 From: Erik Reagan Date: Sun, 24 Jan 2021 11:53:01 -0500 Subject: [PATCH] Small typo correction --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9279083..9ed2116 100644 --- a/README.md +++ b/README.md @@ -138,7 +138,7 @@ See [Mitigating Disaster via Website Backups](https://nystudio107.com/blog/mitig ### restore_db.sh -The `restore_db.sh` restores the local database to the database dumb passed in via command line argument. It backs up your local database before doing the restore. +The `restore_db.sh` restores the local database to the database dump passed in via command line argument. It backs up your local database before doing the restore. You can pass in either a path to a `.sql` file or ` .gz` file to `restore_db.sh`, and it will do the right thing based on the file type.