aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <jarred@jarredsumner.com> 2021-09-24 14:49:17 -0700
committerGravatar Jarred Sumner <jarred@jarredsumner.com> 2021-09-24 14:49:17 -0700
commitaf306b523b4a16cc6f672f3def61382919dc2884 (patch)
tree29aaf0f91d180507b2e30da5029cdf94e0c7f4f7
parentba20fd7566ea7f4d379fb9580dab96f5be4b9898 (diff)
downloadbun-af306b523b4a16cc6f672f3def61382919dc2884.tar.gz
bun-af306b523b4a16cc6f672f3def61382919dc2884.tar.zst
bun-af306b523b4a16cc6f672f3def61382919dc2884.zip
Update README.md
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index e5868c830..516aa8c16 100644
--- a/README.md
+++ b/README.md
@@ -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