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.