diff --git a/README.md b/README.md index e6aa16b..4d6d245 100644 --- a/README.md +++ b/README.md @@ -1019,7 +1019,7 @@ vim scp://user@host//etc/fstab ###### Create a directory and change into it at the same time ```bash -mkd () { mkdir -p "$@" && cd "$@"; } +mkd() { mkdir -p "$@" && cd "$@"; } ``` ###### Convert uppercase files to lowercase files