diff options
author | 2023-02-28 19:55:18 -0600 | |
---|---|---|
committer | 2023-02-28 17:55:18 -0800 | |
commit | 1da8045ce45bb155ec05acc1789eff97b4227307 (patch) | |
tree | a37cce2def1d611b90253c9f9c04c07e2a9d68ae | |
parent | e512be8c18e2933febec00f69bc91f4632c6d12d (diff) | |
download | bun-1da8045ce45bb155ec05acc1789eff97b4227307.tar.gz bun-1da8045ce45bb155ec05acc1789eff97b4227307.tar.zst bun-1da8045ce45bb155ec05acc1789eff97b4227307.zip |
Fix incorrect Bun version in docs (#2236)
-rw-r--r-- | docs/ecosystem/nodejs.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ecosystem/nodejs.md b/docs/ecosystem/nodejs.md index 8a5532f3b..d74acc8ca 100644 --- a/docs/ecosystem/nodejs.md +++ b/docs/ecosystem/nodejs.md @@ -419,7 +419,7 @@ The table below lists all globals implemented by Node.js and Bun's current compa - {% anchor id="node_formdata" %} [`FormData`](https://developer.mozilla.org/en-US/docs/Web/API/FormData) {% /anchor %} - 🟢 -- Fully implemented. Added in Bun 0.7.0. +- Fully implemented. Added in Bun 0.5.7. --- |