Update readme
1 files changed, 2 insertions(+), 2 deletions(-) M README.md
M README.md +2 -2
@@ 16,8 16,8 @@ You can create new commands from scratch val process : string -> string list -> cmd ``` -This spawns a new unix process with the given executable and arguments. -For instance +When passed to `Feather.run`, this will spawn a new unix process with +the given executable and arguments. For instance ``` ocaml Feather.process "cat" [ "text.txt" ]