Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 603dfa3

Browse files
authored
Update README.md
1 parent 62c8044 commit 603dfa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ jobs:
203203
console.log(require(scriptPath)({context}))
204204
```
205205

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

208208
And then export a function from your module:
209209

0 commit comments

Comments
 (0)