summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.