mirror of
https://github.com/chmln/sd
synced 2024-11-25 04:30:17 +00:00
readme: typo
Co-Authored-By: Gregory <chmln@users.noreply.github.com>
This commit is contained in:
parent
cf916201c6
commit
40db92dfcb
1 changed files with 1 additions and 1 deletions
|
@ -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).
|
||||
|
|
Loading…
Reference in a new issue