From 4b348f46f7b468a7b901dc36873a3fe86b06be71 Mon Sep 17 00:00:00 2001 From: tschettervictor <85497460+tschettervictor@users.noreply.github.com> Date: Wed, 28 Aug 2024 12:30:09 -0600 Subject: [PATCH] Minor doc update (#39) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f84c92f..acc5b7e 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ A Bash script to automate ZFS Replication. - Includes a well documented `config.sh` file that may be used as configuration or as reference for environment variables passed to the script. - May be run on any schedule using cron or similar mechanism. -- May be sourced and leveraged and/or by in other Bash scripts. +- May be sourced and/or leveraged by/in other Bash scripts. - Test coverage of core functions via mocks in the test.sh script. - Includes a `--status` option for XigmaNAS that can be used to email the last log output at your preferred schedule. Simply add it as a custom script in the email settings under "System > Advanced > Email Reports"