From 5c8efc3b8b943c821022016e93e8a4609ae7459b Mon Sep 17 00:00:00 2001 From: eihigh Date: Wed, 8 Jan 2020 16:41:13 +0900 Subject: [PATCH] fix typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 387aed9..9f416b4 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ go get -u github.com/itchyny/mmv/cmd/mmv - `mmv` supports renaming in cycle (`mv a b`, `mv b c` and `mv c a` at the same time). - `mmv` is designed to be simple as `mv`. It requires no configuration file. - `mmv` is capable to use as a library (just call `mmv.Rename`). -- `mmv` is easy to remember (I believe), **m**lti-**mv**. +- `mmv` is easy to remember (I believe), **m**ulti-**mv**. ## Bug Tracker Report bug at [Issues・itchyny/mmv - GitHub](https://github.com/itchyny/mmv/issues).