mirror of https://github.com/stashapp/stash.git
Fix readme
This commit is contained in:
parent
1aa7557432
commit
769e1b3e9a
|
@ -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"
|
||||
}
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue