From 535548877b1523f7850fc56ea164c4dd055a7656 Mon Sep 17 00:00:00 2001 From: d3vyce Date: Mon, 2 Mar 2026 11:21:31 -0500 Subject: [PATCH] docs: update README --- README.md | 6 +++--- docs/index.md | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index b884627..e347b57 100644 --- a/README.md +++ b/README.md @@ -29,9 +29,9 @@ uv add fastapi-toolsets Install only the extras you need: ```bash -uv add "fastapi-toolsets[cli]" # CLI (typer) -uv add "fastapi-toolsets[metrics]" # Prometheus metrics (prometheus_client) -uv add "fastapi-toolsets[pytest]" # Pytest helpers (httpx, pytest-xdist) +uv add "fastapi-toolsets[cli]" +uv add "fastapi-toolsets[metrics]" +uv add "fastapi-toolsets[pytest]" ``` Or install everything: diff --git a/docs/index.md b/docs/index.md index 36026d9..df37116 100644 --- a/docs/index.md +++ b/docs/index.md @@ -29,9 +29,9 @@ uv add fastapi-toolsets Install only the extras you need: ```bash -uv add "fastapi-toolsets[cli]" # CLI (typer) -uv add "fastapi-toolsets[metrics]" # Prometheus metrics (prometheus_client) -uv add "fastapi-toolsets[pytest]" # Pytest helpers (httpx, pytest-xdist) +uv add "fastapi-toolsets[cli]" +uv add "fastapi-toolsets[metrics]" +uv add "fastapi-toolsets[pytest]" ``` Or install everything: