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.