aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <jarred@jarredsumner.com> 2021-09-24 14:28:12 -0700
committerGravatar Jarred Sumner <jarred@jarredsumner.com> 2021-09-24 14:28:12 -0700
commitba20fd7566ea7f4d379fb9580dab96f5be4b9898 (patch)
tree623bae3ec04a507d8de956acfe85d8b7cf1c9b19
parent6d1330d601359b3d4300800bbd54c965d3919454 (diff)
downloadbun-ba20fd7566ea7f4d379fb9580dab96f5be4b9898.tar.gz
bun-ba20fd7566ea7f4d379fb9580dab96f5be4b9898.tar.zst
bun-ba20fd7566ea7f4d379fb9580dab96f5be4b9898.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 c507dcc39..e5868c830 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 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