From b40bac08bf0e42177d24f27db7f698d51ca03739 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Radoslav=20Bod=C3=B3?= <bodik@cesnet.cz>
Date: Tue, 26 Mar 2024 18:25:50 +0100
Subject: [PATCH] examples: typos and cleanups

---
 README.md                 | 4 ++--
 examples/rwm-backups.conf | 2 +-
 pytest.ini                | 0
 3 files changed, 3 insertions(+), 3 deletions(-)
 delete mode 100644 pytest.ini

diff --git a/README.md b/README.md
index 6101db8..e2baf32 100644
--- a/README.md
+++ b/README.md
@@ -28,8 +28,8 @@ credentials for the managed bucket.
 
 RWM can:
 
-* provide low-level S3 access for aws cli, rclone
-* rclone crypt over S3 backend
+* low-level S3 access for aws cli and rclone
+* rclone "crypt over S3" backend
 * restic with S3 repository
 * configurable backup manager/executor
 
diff --git a/examples/rwm-backups.conf b/examples/rwm-backups.conf
index 342f380..093b248 100644
--- a/examples/rwm-backups.conf
+++ b/examples/rwm-backups.conf
@@ -52,7 +52,7 @@ rwm_backups:
 
   nas:
     filesdirs:
-        - /mnt/nas
+      - /mnt/nas
     prerun:
       - mount
     postrun:
diff --git a/pytest.ini b/pytest.ini
deleted file mode 100644
index e69de29..0000000
-- 
GitLab