aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index d16d86959..4a92db9d0 100644
--- a/README.md
+++ b/README.md
@@ -2080,6 +2080,8 @@ console.log(text); // "hi\n"
`Bun.spawn` also supports incrementally writing to stdin:
+> :warning: **This API is a little buggy right now**
+
```ts
import { spawn } from "bun";