From a2ff22f9f84b2f6079d923798ae19fd34a574f16 Mon Sep 17 00:00:00 2001 From: Peter LaMantia <47838054+peter-lamantia@users.noreply.github.com> Date: Mon, 24 Oct 2022 17:37:58 -0400 Subject: [PATCH] fixed a couple minor typos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2094aac..8cf279e 100644 --- a/README.md +++ b/README.md @@ -28,12 +28,12 @@ This script provides an ability to create Mikrotik's daily backups to email. You ##### 1. Configure parameters Take the [script](https://github.com/beeyev/Mikrotik-RouterOS-automatic-backup-and-update/raw/master/BackupAndUpdate.rsc) and configure it's parameters at the begining of the file. This is not difficult because all parameters are well commented. -**Imprtant!** Don't forget to provide correct email address for backups and pay attention a `scriptMode` variable. +**Important!** Don't forget to provide correct email address for backups and pay attention a `scriptMode` variable. ##### 2. Create new script System -> Scripts [Add] -**Imprtant!** Script name has to be `BackupAndUpdate` +**Important!** Script name has to be `BackupAndUpdate` Put the script which you configured earlier into the source area. ![](https://github.com/beeyev/Mikrotik-RouterOS-automatic-backup-and-update/raw/master/howto/script-name.png)