From 59ac53d6bd743376e7cec482580435bfaf5936a3 Mon Sep 17 00:00:00 2001 From: OlegZv <19969581+OlegZv@users.noreply.github.com> Date: Sat, 2 Aug 2025 22:34:06 -0400 Subject: [PATCH] fix: Fix README.md pypi rendering by adding a new line --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index df45d94..dc56f14 100644 --- a/README.md +++ b/README.md @@ -179,4 +179,4 @@ An APIRouter will be created for each version, with the URL prefix defined by th If you need to [mount static files](https://fastapi.tiangolo.com/tutorial/static-files/), you'll have to add those to your FastAPI app **after** instantiating Versionizer. See the [Static file mount](https://github.com/alexschimpf/fastapi-versionizer/tree/main/examples/with_static_file_mount.py) -example for more details. \ No newline at end of file +example for more details.