diff --git a/Examples.md b/Examples.md index 483a71b..736d9a2 100644 --- a/Examples.md +++ b/Examples.md @@ -74,7 +74,7 @@ Table of Contents # Examples: # f mv # To move files. You can write the destination after selecting the files. # f 'echo Selected:' -# f 'echo Selected music:' --extention mp3 +# f 'echo Selected music:' --extension mp3 # fm rm # To rm files in current directory f() { sels=( "${(@f)$(fd "${fd_default[@]}" "${@:2}"| fzf)}" )