From 33dd5f0f909c1127e985df738f64f39d8ee0b218 Mon Sep 17 00:00:00 2001 From: Jacob Coffee Date: Thu, 15 Feb 2024 23:22:44 -0600 Subject: [PATCH] chore(docs): update wording and add `alt` tag (#1423) Small grammar updates for word flow I believe the "Support for a wide range of advanced..." section could also be changed to a sub-bullet list if this is more preferred? Feel free to close :) --------- Co-authored-by: Zanie Blue --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8c5b9b9f2..d64f1e5fc 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ uv is backed by [Astral](https://astral.sh), the creators of [Ruff](https://gith - 🧰 Advanced features such as [dependency version overrides](#dependency-overrides) and [alternative resolution strategies](#resolution-strategy). - ⁉️ Best-in-class error messages with a conflict-tracking resolver. -- 🤝 Support for a wide range of advanced `pip` features, including: editable installs, Git +- 🤝 Support for a wide range of advanced `pip` features, including editable installs, Git dependencies, direct URL dependencies, local dependencies, constraints, source distributions, HTML and JSON indexes, and more. @@ -123,7 +123,7 @@ Our goal is to evolve uv into such a tool. In the meantime, though, the narrower `pip-tools` scope allows us to solve the low-level problems involved in building such a tool (like package installation) while shipping something immediately -useful with minimal barrier to adoption. +useful with a minimal barrier to adoption. ## Advanced Usage @@ -356,6 +356,6 @@ dually licensed as above, without any additional terms or conditions.
- + Made by Astral