diff --git a/README.md b/README.md
index 8ee3aa8..d9537fb 100644
--- a/README.md
+++ b/README.md
@@ -83,8 +83,8 @@ services:
- UMASK_SET=022 #optional
volumes:
- :/config
- - :/data/tvshows
- - :/data/movies
+ - :/tv
+ - :/movies
- :/transcode
restart: unless-stopped
```
@@ -101,8 +101,8 @@ Container images are configured using parameters passed at runtime (such as thos
| `-e VERSION=docker` | Set whether to update plex or not - see Application Setup section. |
| `-e UMASK_SET=022` | control permissions of files and directories created by Plex |
| `-v /config` | Plex library location. *This can grow very large, 50gb+ is likely for a large collection.* |
-| `-v /data/tvshows` | Media goes here. Add as many as needed e.g. `/data/movies`, `/data/tv`, etc. |
-| `-v /data/movies` | Media goes here. Add as many as needed e.g. `/data/movies`, `/data/tv`, etc. |
+| `-v /tv` | Media goes here. Add as many as needed e.g. `/movies`, `/tv`, etc. |
+| `-v /movies` | Media goes here. Add as many as needed e.g. `/movies`, `/tv`, etc. |
| `-v /transcode` | Path for transcoding folder, *optional*. |
## Optional Parameters