From 895bdd6dd53f5d748a551ee3562fc0e48af32c4c Mon Sep 17 00:00:00 2001 From: eric sciple Date: Mon, 16 Dec 2019 12:43:21 -0500 Subject: [PATCH] remove misleading verbiage (#258) --- packages/exec/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/exec/README.md b/packages/exec/README.md index 7897ba5a..53a6bf52 100644 --- a/packages/exec/README.md +++ b/packages/exec/README.md @@ -4,7 +4,7 @@ #### Basic -You can use this package to execute your tools on the command line in a cross platform way: +You can use this package to execute tools in a cross platform way: ```js const exec = require('@actions/exec');