From 603dfa3ce291affeb11d6e65371d17b4173efad4 Mon Sep 17 00:00:00 2001 From: Jonathan Clem Date: Fri, 17 Jul 2020 10:25:55 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: