From 573564257657dab2b2d4418c3b8a057d1d835fe4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edgar=20Ram=C3=ADrez=20Mondrag=C3=B3n?= <16805946+edgarrmondragon@users.noreply.github.com> Date: Fri, 16 Feb 2024 23:29:52 -0600 Subject: [PATCH] Fix grammar and typos in README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fcb01b4..4396436 100644 --- a/README.md +++ b/README.md @@ -5,12 +5,12 @@ [![check](https://github.com/tox-dev/tox-uv/actions/workflows/check.yml/badge.svg)](https://github.com/tox-dev/tox-uv/actions/workflows/check.yml) [![Downloads](https://static.pepy.tech/badge/tox-uv/month)](https://pepy.tech/project/tox-uv) -**tox-uv** is a tox plugin which replaces virtualenv and pip with uv your tox environments. +**tox-uv** is a tox plugin which replaces virtualenv and pip with uv in your tox environments. Note that you will get both the benefits (performance) or downsides (bugs) of uv. ## How to use -Install `tox-uv` into the environment of your tox and will replace virtualenv and pip for all runs: +Install `tox-uv` into the environment of your tox and it will replace virtualenv and pip for all runs: ```bash python -m pip install tox tox-uv @@ -27,4 +27,4 @@ python -m tox r -e py312 # will use uv This flag, set on a tox environment level, controls if the created virtual environment injects pip/setuptools/wheel into the created virtual environment or not. By default, is off. You will need to set this if you have a project that uses -the old legacy editable mode, or your project does not support the `pyprooject.toml` powered isolated build model. +the old legacy editable mode, or your project does not support the `pyproject.toml` powered isolated build model.