remove misleading verbiage (#258)

This commit is contained in:
eric sciple 2019-12-16 12:43:21 -05:00 committed by GitHub
parent 61d502068b
commit 895bdd6dd5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@
#### Basic #### 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 ```js
const exec = require('@actions/exec'); const exec = require('@actions/exec');