From 0295fd1272cd548bcbe4f4ca73f4c3630dae9136 Mon Sep 17 00:00:00 2001 From: Jarred Sumner Date: Thu, 16 Jan 2025 01:34:42 -0800 Subject: [PATCH] Update nodejs-apis.md --- docs/runtime/nodejs-apis.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/runtime/nodejs-apis.md b/docs/runtime/nodejs-apis.md index d657dc0075..7daff8b45a 100644 --- a/docs/runtime/nodejs-apis.md +++ b/docs/runtime/nodejs-apis.md @@ -1,4 +1,4 @@ -Every day, Bun gets closer to 100% Node.js API compatibility. Popular projects like Next.js, Express, and millions of `npm` packages intended for Node.js just work with Bun out of the box. +Every day, Bun gets closer to 100% Node.js API compatibility. Popular projects like Next.js, Express, and millions of `npm` packages intended for Node.js just work with Bun out of the box. On every commit of Bun, we run thousands of Node.js tests to ensure compatibility. This page is updated regularly to reflect compatibility status of the latest version of Bun. The information below reflects Bun's compatibility with _Node.js v23_. If you run into any bugs with a particular package, please [open an issue](https://bun.sh/issues). Opening issues for compatibility bugs helps us prioritize what to work on next.