From a0b8f13f18b24924d050e196baf6132b27a6011f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BF=B7=E6=B8=A1?= Date: Thu, 18 Jul 2019 17:03:02 +0800 Subject: [PATCH] Rename powershell highlighting to shell (#2654) --- website/manual.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/manual.md b/website/manual.md index 32461007740f5..292830feb6d1d 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 ```