From 8c8bd616af0561e74314b266339e692c121edfe2 Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Mon, 18 Dec 2023 12:28:18 -0600 Subject: [PATCH] fix: typo on run example --- README.md | 2 +- docs/usage.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4b9596f..08d7c39 100644 --- a/README.md +++ b/README.md @@ -101,7 +101,7 @@ python3 <(curl -fsSL viv.dayl.in/viv.py) run cowsay -- "moove over, pip-run" ```sh python -m pip-run requests -- -c "import requests; print(requests.get('https://pypi.org/project/pip-run').status_code)" -python -m viv requests -b python -- -c "import requests; print(requests.get('https://pypi.org/project/viv').status_code)" +python -m viv run requests -b python -- -c "import requests; print(requests.get('https://pypi.org/project/viv').status_code)" ``` ### [pipx](https://github.com/pypa/pipx/) diff --git a/docs/usage.md b/docs/usage.md index a16278a..5933a1a 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -30,7 +30,7 @@ python3 <(curl -fsSL viv.dayl.in/viv.py) run cowsay -- "moove over, pip-run" ```sh python -m pip-run requests -- -c "import requests; print(requests.get('https://pypi.org/project/pip-run').status_code)" -python -m viv requests -b python -- -c "import requests; print(requests.get('https://pypi.org/project/viv').status_code)" +python -m viv run requests -b python -- -c "import requests; print(requests.get('https://pypi.org/project/viv').status_code)" ``` ### [pipx](https://github.com/pypa/pipx/)