diff --git a/docs/home/guides/wt/wt-07-overlay-add.md b/docs/home/guides/wt/wt-07-overlay-add.md index 70767e5b..2a5c8a7c 100644 --- a/docs/home/guides/wt/wt-07-overlay-add.md +++ b/docs/home/guides/wt/wt-07-overlay-add.md @@ -6,13 +6,13 @@ Open the config file again and add the last three lines shown below: ```yaml libraries: - Main Movies: ## <<< CHANGE THIS LINE + All The Movies: metadata_path: - pmm: basic # This is a file within the defaults folder in the Repository - pmm: imdb # This is a file within the defaults folder in the Repository # see the wiki for how to use local files, folders, URLs, or files from git - file: config/Movies.yml - overlay_path: - - remove_overlays: false - - pmm: resolution + overlay_path: ## <<< ADD THIS LINE + - remove_overlays: false ## <<< ADD THIS LINE + - pmm: resolution ## <<< ADD THIS LINE ```