From 684805919aaf4b3a73c7e2a82acfa4fd19b0fa10 Mon Sep 17 00:00:00 2001 From: Amen Date: Fri, 21 Jun 2019 16:36:39 +0100 Subject: [PATCH] typo (denoland/deno_std#515) Original: https://github.com/denoland/deno_std/commit/4804e50b23e7a2a494bce270f18fa89eb1c20ebe --- installer/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/README.md b/installer/README.md index 6f0435730c..b3bd185631 100644 --- a/installer/README.md +++ b/installer/README.md @@ -4,7 +4,7 @@ Install remote or local script as executables. ## Installation -`installer` can be install using itself: +`installer` can be installed using itself: ```sh deno -A https://deno.land/std/installer/mod.ts deno_installer https://deno.land/std/installer/mod.ts -A