diff options
-rw-r--r-- | installer/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/installer/README.md b/installer/README.md index 6f0435730..b3bd18563 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 |