Commit 2ab20b5

Anton Medvedev <anton@medv.io>
2022-06-14 17:54:31
Update docs
1 parent 6f250aa
Changed files (1)
docs/process-promise.md
@@ -1,5 +1,13 @@
 # ProcessPromise
 
+The `$` returns a `ProcessPromise` instance.
+
+```js
+let p = $`command`
+
+await p
+```
+
 ## `stdin`
 
 Returns a writable stream of stdin of a child process. Accessing