From 523fcbf35e6f411a8bddbeeb9b47fed6a7887332 Mon Sep 17 00:00:00 2001 From: Zack Youngren Date: Sun, 4 Aug 2024 22:08:34 -0400 Subject: [PATCH] Add Nate Lynch to README --- README.md | 2 +- app/FAQ.tsx | 2 +- scripts/embellishStationData.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7fda109..3d2778f 100644 --- a/README.md +++ b/README.md @@ -70,4 +70,4 @@ A huge thanks to the following people who helped make this possible: - [Carly Jones](https://github.com/carly-jones) - [Catt Small](https://cattsmall.com/) - [Em Friedenberg](https://x.com/emfriedenberg) -- All the fine folks at [Transportation Alternatives](https://transalt.org/) +- [Nate Lynch](https://github.com/nlynch31) diff --git a/app/FAQ.tsx b/app/FAQ.tsx index 51c9ad1..357cf40 100644 --- a/app/FAQ.tsx +++ b/app/FAQ.tsx @@ -179,7 +179,7 @@ export default function FAQ() { sx={{ fontFamily: exoFontFamily, marginTop: 2 }} > What podcasts should I listen to to learn more about urbanism, transit, - and related topics?? + and related topics? diff --git a/scripts/embellishStationData.py b/scripts/embellishStationData.py index 63539cc..d0dd20c 100644 --- a/scripts/embellishStationData.py +++ b/scripts/embellishStationData.py @@ -1,5 +1,5 @@ # This file adapted from the work of Nate at Transportation Alternatives. -# Thanks, Nate!! Couldn't have done it without you. :) +# Thanks, Nate! Couldn't have done it without you. :) import requests import csv