Commit fd22b53

Anton Medvedev <anton@medv.io>
2022-06-14 17:51:10
Update README.md
1 parent ccd84f7
Changed files (1)
README.md
@@ -73,8 +73,8 @@ import 'zx/globals'
 
 ### ``$`command` ``
 
-Executes a given string using the `spawn` function from the
-`child_process` package and returns [`ProcessPromise`](#processpromise).
+Executes a given command using the `spawn` func 
+and returns [`ProcessPromise`](#processpromise).
 
 Everything passed through `${...}` will be automatically escaped and quoted.