diff options
author | 2021-09-24 14:28:12 -0700 | |
---|---|---|
committer | 2021-09-24 14:28:12 -0700 | |
commit | ba20fd7566ea7f4d379fb9580dab96f5be4b9898 (patch) | |
tree | 623bae3ec04a507d8de956acfe85d8b7cf1c9b19 | |
parent | 6d1330d601359b3d4300800bbd54c965d3919454 (diff) | |
download | bun-ba20fd7566ea7f4d379fb9580dab96f5be4b9898.tar.gz bun-ba20fd7566ea7f4d379fb9580dab96f5be4b9898.tar.zst bun-ba20fd7566ea7f4d379fb9580dab96f5be4b9898.zip |
Update README.md
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -447,7 +447,7 @@ It's a little like a build cache, but designed for reuse. I hope people will eve ##### Position-independent code -From a design perspective, the most important part of the `.bun` file is how the code is organized. Each module is exported by a hash like this: +From a design perspective, the most important part of `.bun` files are how the code is organized. Each module is exported by a hash like this: ```js // preact/dist/preact.module.js |