From 69c1ab343cf7539576666f5e4de216eca34600b8 Mon Sep 17 00:00:00 2001 From: Ben Varick Date: Mon, 28 Oct 2024 17:04:04 -0500 Subject: [PATCH] edited README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ce45d8f..3659d11 100644 --- a/README.md +++ b/README.md @@ -8,10 +8,10 @@ This script generates maps to analyze the potential walking routes for students ## Example figures This script will generate a few figures: A heatmap of student addresses: -![example address figure](example-addresses.png) +![example address figure](examples/example-addresses.png) A map of all the walking routes within the walk boundary: -![example routes figure](example-routes.png) +![example routes figure](examples/example-routes.png) A map of those routes colored by the level of traffic stress to bike -![example routes-lts figure](example-routes-lts.png) +![example routes-lts figure](examples/example-routes-lts.png)