summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 20a0b0aa1..9d4d14893 100644
--- a/README.md
+++ b/README.md
@@ -29,7 +29,7 @@ curl -fsSL https://deno.land/install.sh | sh
PowerShell (Windows):
```powershell
-iwr https://deno.land/install.ps1 -useb | iex
+irm https://deno.land/install.ps1 | iex
```
[Homebrew](https://formulae.brew.sh/formula/deno) (Mac):