From 65eec9b3f7a14e1e507e3cd021b88b8705ba2d43 Mon Sep 17 00:00:00 2001 From: Adam Pope <83019629+adam-pope-arup@users.noreply.github.com> Date: Sat, 12 Aug 2023 17:53:47 +0100 Subject: [PATCH] Update README.md --- Geography/README.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/Geography/README.md b/Geography/README.md index 33441e95..a8661393 100644 --- a/Geography/README.md +++ b/Geography/README.md @@ -10,22 +10,20 @@ libraries: metadata_path: - git: Geography/Movies/continents.yml template_variables: - style:color # default. Can change to white + style: color # defaults to white - git: Geography/Movies/regions.yml template_variables: - style:color # default. Can change to white + style: color # defaults to white TV Shows: - metadata_path: - git: Geography/TV/continents.yml template_variables: - style:color # default. Can change to white + style: color # defaults to white - git: Geography/TV/regions.yml template_variables: - style:color # default. Can change to white + style: color # defaults to white - overlays: - metadata_path: + overlay_path: - git: Geography/overlays.yml ```