From 761d8469db3581620ef2ef8f9a9e9e037b3dd0c8 Mon Sep 17 00:00:00 2001 From: Christoph Rieke Date: Sat, 3 Dec 2022 20:42:20 +0100 Subject: [PATCH] links --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 32f84f4..4abb2c2 100644 --- a/README.md +++ b/README.md @@ -63,5 +63,5 @@ fig.savefig("map.jpg") ``` To customize the map apperance, use the additional arguments of the [`Plot`](plotting.py#L36) class (e.g. `shape`, -`contour_width` etc.). Check the preconfigured [styles](settings.py#L35) and webapp [examples](examples.json) for -inspiration. +`contour_width` etc.). Check the preconfigured [styles](prettymapp/settings.py#L35) and +webapp [examples](streamlit-prettymapp/examples.json) for inspiration.