aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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?