From 6b498cdbca6b59853cb2d26dca1b6eea94a32be7 Mon Sep 17 00:00:00 2001 From: Josh Pigford Date: Fri, 12 Jan 2024 09:33:42 -0600 Subject: [PATCH] Typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dde3a3e6..559525a1 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ To pull market data in (for investments), you'll need a Polygon.io API key. You ## Relevant reading - [Learn about how the app is organized as a monorepo](https://github.com/maybe-finance/maybe/wiki/Monorepo-File-Structure-Overview) -- [Reference past Auto0 implementation as we work to replace it](https://github.com/maybe-finance/maybe/wiki/Auth0) +- [Reference past Auth0 implementation as we work to replace it](https://github.com/maybe-finance/maybe/wiki/Auth0) - [Data model assumptions and calculations](https://github.com/maybe-finance/maybe/wiki/Data-model-assumptions-and-calculations) - [Handling money](https://github.com/maybe-finance/maybe/wiki/Handling-Money) - [REST API](https://github.com/maybe-finance/maybe/wiki/REST-API)