From f127b4290477e913e3bd4ea2bd13c40147596e6c Mon Sep 17 00:00:00 2001 From: Steven Loria Date: Sat, 1 Nov 2025 10:43:24 -0400 Subject: [PATCH] docs: fix Granian link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index de86c588..ae570e0f 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ This is a reference application that you can use to get your next Litestar appli It contains most of the boilerplate required for a production web API with features like: - Latest Litestar configured with best practices -- Integration with [SQLAlchemy 2.0](https://www.sqlalchemy.org/), [SAQ (Simple Asynchronous Queue)](https://saq-py.readthedocs.io/en/latest/), [Structlog](https://www.structlog.org/en/stable/), and [Granian](<(https://www.structlog.org/en/stable/)](https://github.com/emmett-framework/granian)>) +- Integration with [SQLAlchemy 2.0](https://www.sqlalchemy.org/), [SAQ (Simple Asynchronous Queue)](https://saq-py.readthedocs.io/en/latest/), [Structlog](https://www.structlog.org/en/stable/), and [Granian](https://github.com/emmett-framework/granian) - Extends built-in Litestar click CLI - Frontend integrated with Vite and includes Jinja2 templates that integrate with Vite websocket/HMR support - Multi-stage Docker build using a minimal Python 3.13 runtime image.