Skip to content

Commit e4662ae

Browse files
committed
update kill documentation
1 parent 9421d01 commit e4662ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -281,9 +281,9 @@ Parses incoming logs from the Python script written via stderr and emits `stderr
281281

282282
Closes the stdin stream, allowing the Python script to finish and exit. The optional callback is invoked when the process is terminated.
283283

284-
#### `.terminate(signal)`
284+
#### `.kill(signal)`
285285

286-
Terminates the python script, the optional end callback is invoked if specified. A kill signal may be provided by `signal`, if `signal` is not specified SIGTERM is sent.
286+
Terminates the python script. A kill signal may be provided by `signal`, if `signal` is not specified SIGTERM is sent.
287287

288288
#### event: `message`
289289

0 commit comments

Comments
 (0)