diff options
author | Amen <kluverkamp@hotmail.com> | 2019-06-21 16:36:39 +0100 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2019-06-21 08:36:39 -0700 |
commit | 684805919aaf4b3a73c7e2a82acfa4fd19b0fa10 (patch) | |
tree | 6096229189035a2bc8f5996076e77c3113b3fcac | |
parent | 575bdb8451042733a8e8a03c33a57b3729fe8538 (diff) |
typo (denoland/deno_std#515)
Original: https://github.com/denoland/deno_std/commit/4804e50b23e7a2a494bce270f18fa89eb1c20ebe
-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 |