From d5a190a8ecd90ee06ce674e962c148d81fd837ce Mon Sep 17 00:00:00 2001 From: Vicky Gonsalves Date: Thu, 15 Oct 2020 14:17:59 +0530 Subject: [PATCH] - Updated README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e8c2111..0db7d33 100644 --- a/README.md +++ b/README.md @@ -30,19 +30,19 @@ This is a Boilerplate project to create Deno RESTful API using oak and deno_mong ### Install / Upgrade **Using Deno:** ``` -deno upgrade --version 1.4.0 +deno upgrade --version 1.4.6 ``` **With Shell:** ``` -curl -fsSL https://deno.land/x/install/install.sh | sh -s v1.4.0 +curl -fsSL https://deno.land/x/install/install.sh | sh -s v1.4.6 ``` **With PowerShell:** ``` -$v="1.4.0"; iwr https://deno.land/x/install/install.ps1 -useb | iex +$v="1.4.6"; iwr https://deno.land/x/install/install.ps1 -useb | iex ```