diff options
author | crowlKats <13135287+crowlKats@users.noreply.github.com> | 2021-03-05 11:22:28 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-05 12:22:28 +0100 |
commit | c1fe86b15c2566e7281a74e3a4b61775f4f120ea (patch) | |
tree | 6acf6e6e4ab55a7466315caaa2afb468ea118c83 | |
parent | da5ca4f521828a8b31cf22ee227000c2910df28b (diff) |
chore: update zipped exec size (#9678)
-rw-r--r-- | docs/introduction.md | 2 |
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. |