summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcrowlKats <13135287+crowlKats@users.noreply.github.com>2021-03-05 11:22:28 +0000
committerGitHub <noreply@github.com>2021-03-05 12:22:28 +0100
commitc1fe86b15c2566e7281a74e3a4b61775f4f120ea (patch)
tree6acf6e6e4ab55a7466315caaa2afb468ea118c83
parentda5ca4f521828a8b31cf22ee227000c2910df28b (diff)
chore: update zipped exec size (#9678)
-rw-r--r--docs/introduction.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/introduction.md b/docs/introduction.md
index ed9ec9804..4ca9bddda 100644
--- a/docs/introduction.md
+++ b/docs/introduction.md
@@ -26,7 +26,7 @@ programmer.
Deno will always be distributed as a single executable. Given a URL to a Deno
program, it is runnable with nothing more than
-[the ~15 megabyte zipped executable](https://github.com/denoland/deno/releases).
+[the ~25 megabyte zipped executable](https://github.com/denoland/deno/releases).
Deno explicitly takes on the role of both runtime and package manager. It uses a
standard browser-compatible protocol for loading modules: URLs.