From 9574d021920e7ffe187db9b60832a0e47e5e37e4 Mon Sep 17 00:00:00 2001
From: Kai Reinhard <K.Reinhard@micromata.de>
Date: Fri, 21 Dec 2018 23:06:47 +0000
Subject: [PATCH] Typo

---
 README.adoc |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diff --git a/README.adoc b/README.adoc
index 800af51..fe4ffb5 100644
--- a/README.adoc
+++ b/README.adoc
@@ -15,10 +15,9 @@
 [source,json]
 ----
 {
-  "max_archive_ontent_cache_capacity_mb" : 1000,
   "repo-configs" : [ {
     "display_name" : "My-Laptop-Local-Backup",
-    "repo"         : "/Volumes/backup/my-laptop-backup",
+    "repo"         : "/Volumes/backup/my-laptop-backup"
   },
   {
     "display_name"    : "My-Laptop-Remote-Backup",
@@ -28,8 +27,6 @@
   } ]
 }
 ----
-* `max_archive_ontent_cache_capacity_mb` specifies the cache size BorgButler may use for caching borg results (such as repository
-information, archive information and also file list of archive content).
 * `repo-configs`: You may add a list of all your repos with the borg variables. The name is only used for displaying
 purposes.
 

--
Gitblit v1.10.0