readme: typo

Co-Authored-By: Gregory <chmln@users.noreply.github.com>
This commit is contained in:
Tshepang Lekhonkhobe 2019-10-23 22:22:16 +02:00 committed by GitHub
parent cf916201c6
commit 40db92dfcb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -181,7 +181,7 @@ This example uses [fd](https://github.com/sharkdp/fd).
Good ol' unix philosophy to the rescue.
```sh
sd 'from "react"' 'from "preact"' $(fd --type files)
sd 'from "react"' 'from "preact"' $(fd --type file)
```
Same, but with backups (consider version control).