Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Clem authored and GitHub committed Jul 17, 2020
1 parent 62c8044 commit 603dfa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ jobs:
console.log(require(scriptPath)({context}))
```

*(Note that the script path given to `require()` must be an absolute path in this case, hence the call to `path.resolve()`.)*
*Note that the script path given to `require()` must be an absolute path in this case, hence the call to `path.resolve()`.*

And then export a function from your module:

Expand Down

0 comments on commit 603dfa3

Please sign in to comment.