Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
tusharsadhwani authored Aug 9, 2024
1 parent 4a0ad9a commit 8d1bb0c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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`:
Expand Down

0 comments on commit 8d1bb0c

Please sign in to comment.