diff --git a/README.md b/README.md index 4b507e34ff..78ca65032d 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ bun.js is an all-in-one JavaScript runtime environment focused on performance an - ESM & CommonJS modules work regardless of file extension - Many npm packages "just work" with bun.js (particularly ones that don't use many node APIs) - tsconfig.json `"paths"` are natively supported, along with `"exports"` in package.json -- `fs`, `path`, and `process` from Node are mostly implemented +- `fs`, `path`, and `process` from Node are partially implemented - Web APIs like [`fetch`](https://developer.mozilla.org/en-US/docs/Web/API/fetch), [`Response`](https://developer.mozilla.org/en-US/docs/Web/API/Response), [`URL`](https://developer.mozilla.org/en-US/docs/Web/API/URL) and more are builtin - [`HTMLRewriter`](https://developers.cloudflare.com/workers/runtime-apis/html-rewriter/) makes it easy to transform HTML in bun.js - Starts [4x faster than Node](https://twitter.com/jarredsumner/status/1499225725492076544) (try it yourself)