From 6abe67a581035c4adbcdda95f58d5023be1a6b8e Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Sat, 17 Aug 2019 13:06:07 +0200 Subject: [PATCH] Update readme.md --- readme.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/readme.md b/readme.md index fb74bf5a5..fb9316ceb 100644 --- a/readme.md +++ b/readme.md @@ -201,11 +201,11 @@ Type: `object` Result of a child process execution. On success this is a plain object. On failure this is also an `Error` instance. The child process [fails](#failed) when: - - its [exit code](#exitcode) is not `0` - - it was [killed](#killed) with a [signal](#signal) - - [timing out](#timedout) - - [being canceled](#iscanceled) - - there's not enough memory or there are already too many child processes +- its [exit code](#exitcode) is not `0` +- it was [killed](#killed) with a [signal](#signal) +- [timing out](#timedout) +- [being canceled](#iscanceled) +- there's not enough memory or there are already too many child processes #### command