diff options
author | 2023-02-25 11:54:29 -0500 | |
---|---|---|
committer | 2023-02-25 10:54:29 -0600 | |
commit | 735d48190d85c25eb21be1c66eee5975bd47955e (patch) | |
tree | c744febcbde099912bda4701a31d40fd9195ea12 /docs/api/file-io.md | |
parent | a819e3b7230d71e3936d9b43f7aa147ab322366a (diff) | |
download | bun-735d48190d85c25eb21be1c66eee5975bd47955e.tar.gz bun-735d48190d85c25eb21be1c66eee5975bd47955e.tar.zst bun-735d48190d85c25eb21be1c66eee5975bd47955e.zip |
Replace docs/runtime/nodejs with docs/ecosystem/nodejs (#2185)
* Replace docs/runtime/nodejs with docs/ecosystem/nodejs
* Replace a few more usages
Diffstat (limited to 'docs/api/file-io.md')
-rw-r--r-- | docs/api/file-io.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/api/file-io.md b/docs/api/file-io.md index 0f1642ef3..bb16337e0 100644 --- a/docs/api/file-io.md +++ b/docs/api/file-io.md @@ -1,5 +1,5 @@ {% callout %} -**Note** — The `Bun.file` and `Bun.write` APIs documented on this page are heavily optimized and represent the recommended way to perform file-system tasks using Bun. Existing Node.js projects may use Bun's [nearly complete](/docs/runtime/nodejs) implementation of the [`node:fs`](https://nodejs.org/api/fs.html) module. +**Note** — The `Bun.file` and `Bun.write` APIs documented on this page are heavily optimized and represent the recommended way to perform file-system tasks using Bun. Existing Node.js projects may use Bun's [nearly complete](/docs/ecosystem/nodejs) implementation of the [`node:fs`](https://nodejs.org/api/fs.html) module. {% /callout %} Bun provides a set of optimized APIs for reading and writing files. |