From c1ff23b20e8accdec12ca3fe173a8a8463182a9c Mon Sep 17 00:00:00 2001 From: Abdfn <64256993+abdfnx@users.noreply.github.com> Date: Tue, 8 Mar 2022 03:53:15 +0300 Subject: [PATCH] docs(README): update urls of `shell` and `powershell` deno script installers (#13844) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e1edfecee8..20a0b0aa18 100644 --- a/README.md +++ b/README.md @@ -23,13 +23,13 @@ Deno is a _simple_, _modern_ and _secure_ runtime for **JavaScript** and Shell (Mac, Linux): ```sh -curl -fsSL https://deno.land/x/install/install.sh | sh +curl -fsSL https://deno.land/install.sh | sh ``` PowerShell (Windows): ```powershell -iwr https://deno.land/x/install/install.ps1 -useb | iex +iwr https://deno.land/install.ps1 -useb | iex ``` [Homebrew](https://formulae.brew.sh/formula/deno) (Mac):