From 112030481f3d89bb45cf9cecb2b21530bb53398c Mon Sep 17 00:00:00 2001 From: Colin McDonnell Date: Thu, 3 Aug 2023 16:31:05 -0700 Subject: More guides and fixing links (#3960) * More guides * WIP * Updates * Fix --- docs/api/file-io.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/api/file-io.md') diff --git a/docs/api/file-io.md b/docs/api/file-io.md index be9cf0991..e141c8b17 100644 --- a/docs/api/file-io.md +++ b/docs/api/file-io.md @@ -1,8 +1,8 @@ {% 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. For operations that are not yet available with `Bun.file`, such as `mkdir`, you can use Bun's [nearly complete](/docs/runtime/nodejs-apis#node_fs) 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. For operations that are not yet available with `Bun.file`, such as `mkdir`, you can use Bun's [nearly complete](/docs/runtime/nodejs-apis#node-fs) implementation of the [`node:fs`](https://nodejs.org/api/fs.html) module. {% /callout %} -- cgit v1.2.3