summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author迷渡 <justjavac@gmail.com>2019-07-18 17:03:02 +0800
committerRyan Dahl <ry@tinyclouds.org>2019-07-18 05:03:02 -0400
commita0b8f13f18b24924d050e196baf6132b27a6011f (patch)
treee824696be4df27bb26059dbcf9c8bd3630f642e4
parent8214b686cea3f6ad57d7da49a44d33185fdeb098 (diff)
Rename powershell highlighting to shell (#2654)
-rw-r--r--website/manual.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/website/manual.md b/website/manual.md
index 324610077..292830feb 100644
--- a/website/manual.md
+++ b/website/manual.md
@@ -101,7 +101,7 @@ curl -fsSL https://deno.land/x/install/install.sh | sh
Using PowerShell:
-```powershell
+```shell
iwr https://deno.land/x/install/install.ps1 -useb | iex
```