Skip to content

Commit 9ba08eb

Browse files
authoredOct 30, 2016
Update README.md
1 parent 36ac0f5 commit 9ba08eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ var results = spawn.sync('npm', ['list', '-g', '-depth', '0'], { stdio: 'inherit
5757

5858
## Caveats
5959

60-
#### `option.shell` as an alternative to `cross-spawn`
60+
#### `options.shell` as an alternative to `cross-spawn`
6161

6262
Starting from node v6, `spawn` has a `shell` option that allows you run commands from within a shell. This new option solves most of the problems that `cross-spawn` attempts to solve, but:
6363

0 commit comments

Comments
 (0)
Please sign in to comment.