From 7f601f6d6280661822b7a771507a60395c5dc6a4 Mon Sep 17 00:00:00 2001 From: Mike Peralta Date: Sat, 1 Sep 2018 05:23:31 -0700 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 149106d..71a756a 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,8 @@ Honestly this is more of a wrapper around rsync's beautiful functionality. It si ## Example For daily use, you'll probably want to create a small bash script that calls this script with the parameters you want, and then call that with cron daily (or whatever your preference is) -```#!/bin/bash +``` +#!/bin/bash /path/to/mikes-backup \ --log-dir "/my/log/dir" \