From 57b54afd4f33c43658d57e02718b071d3c1422b9 Mon Sep 17 00:00:00 2001 From: Julian Robbins Date: Thu, 30 Aug 2018 21:25:23 +0100 Subject: [PATCH] Correct a couple of minor typos --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a35993b..b9544c7 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Put these files in `/etc/restic/`: * `b2_env.sh`: Fill this file out with your B2 bucket settings etc. The reason for putting these in a separate file is that it can be used also for you to simply source, when you want to issue some restic commands. For example: ```bash $ source /etc/restic/b2_env.sh -$ restic snapshots # You don't have to supply all paramters like --repo, as they are now in your envionment! +$ restic snapshots # You don't have to supply all parameters like --repo, as they are now in your environment! ```` * `b2_pw.txt`: Put your B2 password in this file.