From c1fe86b15c2566e7281a74e3a4b61775f4f120ea Mon Sep 17 00:00:00 2001 From: crowlKats <13135287+crowlKats@users.noreply.github.com> Date: Fri, 5 Mar 2021 11:22:28 +0000 Subject: [PATCH] chore: update zipped exec size (#9678) --- docs/introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/introduction.md b/docs/introduction.md index ed9ec98042..4ca9bddda7 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.