diff --git a/README.md b/README.md index 55c9db1..8e08984 100644 --- a/README.md +++ b/README.md @@ -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: