From 8d1bb0c1232c7b0159caefb1bf3a5348b93f7b43 Mon Sep 17 00:00:00 2001 From: Tushar Sadhwani Date: Fri, 9 Aug 2024 23:34:29 +0530 Subject: [PATCH] Fix typos --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5da04ce..55542d3 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ We're finally putting an end to this XKCD. Works on Windows, MacOS and Linux (`libc` and `musl`), on Intel and ARM chips. -- **Instant `venv` creation**: Thanks to `microvenv`, `yen` can create virutal +- **Instant `venv` creation**: Thanks to `microvenv`, `yen` can create virtual environments much faster than the builtin `venv` module: ```console @@ -69,13 +69,14 @@ Get `yen` by running the following command: Using cmd: ```cmd - curl -L yen.tushar.lol/install.bat | cmd + curl -L yen.tushar.lol/install.bat -o yen-install.bat + yen-install.bat ``` or using Powershell: ```pwsh - curl -L yen.tushar.lol/install.ps1 | Invoke-Expression + curl yen.tushar.lol/install.ps1 | Invoke-Expression ``` or if you prefer, get it via `pip`: