Skip to content

Commit 581be58

Browse files
authored
docs: fix syntax in example (#141)
1 parent 24f12b2 commit 581be58

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
@@ -25,7 +25,7 @@ runScript({
2525
binPaths: [
2626
'/path/to/npx/node_modules/.bin',
2727
'/path/to/npm/prefix/node_modules/.bin',
28-
]
28+
],
2929

3030
// optional, defaults to /bin/sh on unix, or cmd.exe on windows
3131
scriptShell: '/bin/bash',

0 commit comments

Comments
 (0)