From 7bc5a215f06084f90ee7129f78924748c4fa065c Mon Sep 17 00:00:00 2001 From: Trevor Manz Date: Fri, 1 Nov 2024 12:55:56 -0400 Subject: [PATCH] Fix `add httpx` example with real git branch --- docs/concepts/dependencies.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/concepts/dependencies.md b/docs/concepts/dependencies.md index fd7c9d7d7108..3f1594b6cf89 100644 --- a/docs/concepts/dependencies.md +++ b/docs/concepts/dependencies.md @@ -140,7 +140,7 @@ A revision (i.e., commit), tag, or branch may also be included: ```console $ uv add git+https://github.com/encode/httpx --tag 0.27.0 -$ uv add git+https://github.com/encode/httpx --branch main +$ uv add git+https://github.com/encode/httpx --branch master $ uv add git+https://github.com/encode/httpx --rev 326b9431c761e1ef1e00b9f760d1f654c8db48c6 ```