Rename powershell highlighting to shell (#2654)

This commit is contained in:
迷渡 2019-07-18 17:03:02 +08:00 committed by Ryan Dahl
parent 8214b686ce
commit a0b8f13f18

View file

@ -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
```