1
0
Fork 0

Replace find with which in io package description (#633)

Signed-off-by: Sora Morimoto <sora@morimoto.io>
pull/609/head
Sora Morimoto 2021-03-11 23:57:31 +09:00 committed by GitHub
parent 383ec9fb03
commit 4dd900dde0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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