Skip to content

Commit

Permalink
Replace find with which in io package description (actions#633)
Browse files Browse the repository at this point in the history
Signed-off-by: Sora Morimoto <[email protected]>
  • Loading branch information
smorimoto authored Mar 11, 2021
1 parent 383ec9f commit 4dd900d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ $ npm install @actions/glob

:pencil2: [@actions/io](packages/io)

Provides disk i/o functions like cp, mv, rmRF, find etc. Read more [here](packages/io)
Provides disk i/o functions like cp, mv, rmRF, which etc. Read more [here](packages/io)

```bash
$ npm install @actions/io
Expand Down

0 comments on commit 4dd900d

Please sign in to comment.