From af306b523b4a16cc6f672f3def61382919dc2884 Mon Sep 17 00:00:00 2001 From: Jarred Sumner Date: Fri, 24 Sep 2021 14:49:17 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e5868c8302..516aa8c162 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