diff options
author | 2022-10-12 18:17:21 -0700 | |
---|---|---|
committer | 2022-10-12 18:17:21 -0700 | |
commit | 1c949354c61e42edf5f45c4fed9654a381edd22c (patch) | |
tree | d80ea47089c3180ddaa0047cb74182231fe91175 | |
parent | 3a042cdb48dfb982e58f68faa5f3dc019df10d5e (diff) | |
download | bun-1c949354c61e42edf5f45c4fed9654a381edd22c.tar.gz bun-1c949354c61e42edf5f45c4fed9654a381edd22c.tar.zst bun-1c949354c61e42edf5f45c4fed9654a381edd22c.zip |
Update README.md
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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"; |