diff options
author | 2021-09-23 23:28:25 -0700 | |
---|---|---|
committer | 2021-09-23 23:28:25 -0700 | |
commit | a68a1983cf3ca2b50f40a56843f101fab140e48b (patch) | |
tree | 58373ee40ddf20a34c6c8ce71a2ccb460929f165 /README.md | |
parent | 90a647fb72595d64013f9595c36ed7e557d669da (diff) | |
download | bun-a68a1983cf3ca2b50f40a56843f101fab140e48b.tar.gz bun-a68a1983cf3ca2b50f40a56843f101fab140e48b.tar.zst bun-a68a1983cf3ca2b50f40a56843f101fab140e48b.zip |
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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? |