aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <jarred@jarredsumner.com> 2021-09-23 23:28:25 -0700
committerGravatar Jarred Sumner <jarred@jarredsumner.com> 2021-09-23 23:28:25 -0700
commita68a1983cf3ca2b50f40a56843f101fab140e48b (patch)
tree58373ee40ddf20a34c6c8ce71a2ccb460929f165 /README.md
parent90a647fb72595d64013f9595c36ed7e557d669da (diff)
downloadbun-a68a1983cf3ca2b50f40a56843f101fab140e48b.tar.gz
bun-a68a1983cf3ca2b50f40a56843f101fab140e48b.tar.zst
bun-a68a1983cf3ca2b50f40a56843f101fab140e48b.zip
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index c30474ae5..860ed110a 100644
--- a/README.md
+++ b/README.md
@@ -432,7 +432,7 @@ The `.bun` file contains:
Here are some of the questions `.bun` files answer:
-- what byte ranges of the `.bun` correspond to which module's source code?
+- when I import `react/index.js`, where in the `.bun` is the code for that? (not resolving, just the code)
- what modules of a package are used?
- what framework is used? (e.g. Next.js)
- where is the routes directory?