From 769e1b3e9ae8fe7255230b2b0a4ec2b82a571fed Mon Sep 17 00:00:00 2001 From: Stash Dev Date: Sun, 10 Feb 2019 00:44:01 -0800 Subject: [PATCH] Fix readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7f0f60df5..cea93f5ad 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Example: "stash": "/Volumes/Drobo/videos", "metadata": "/Volumes/Drobo/stash/metadata", "cache": "/Volumes/Drobo/stash/cache", - "downloads": "/Volumes/Drobo/stash/downloads", + "downloads": "/Volumes/Drobo/stash/downloads" } ``` @@ -44,7 +44,7 @@ Example: "stash": "C:\\Videos", "metadata": "C:\\stash\\metadata", "cache": "C:\\stash\\cache", - "downloads": "C:\\stash\\downloads", + "downloads": "C:\\stash\\downloads" } ```