diff options
author | 2021-09-24 14:49:17 -0700 | |
---|---|---|
committer | 2021-09-24 14:49:17 -0700 | |
commit | af306b523b4a16cc6f672f3def61382919dc2884 (patch) | |
tree | 29aaf0f91d180507b2e30da5029cdf94e0c7f4f7 | |
parent | ba20fd7566ea7f4d379fb9580dab96f5be4b9898 (diff) | |
download | bun-af306b523b4a16cc6f672f3def61382919dc2884.tar.gz bun-af306b523b4a16cc6f672f3def61382919dc2884.tar.zst bun-af306b523b4a16cc6f672f3def61382919dc2884.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 `.bun` files are how the code is organized. Each module is exported by a hash like this: +From a design perspective, the most important part of the `.bun` format is how code is organized. Each module is exported by a hash like this: ```js // preact/dist/preact.module.js |