From 636dc5080161d9f0b487b343c6df7c8ff869e1f6 Mon Sep 17 00:00:00 2001 From: Chris Fulljames Date: Sun, 6 Apr 2025 16:24:22 -0400 Subject: [PATCH] Fix tests link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7b05776..0a11fc9 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Important Places: - [`__init__.py`](/src/littlesongplace/__init__.py) - entry point; the main Flask() app instance - [`/src/littlesongplace/templates`](/src/littlesongplace/templates) - HTML templates - [`/src/littlesongplace/static`](/src/littlesongplace/static) - static files, including images, CSS, and Javascript -- [`/tests`](/tests) - tests, run with pytest +- [`/test`](/test) - tests, run with pytest ## Dependencies This project has some dependencies that need to be installed manually to your system PATH: -- 2.39.5