From f9cdeb6b432f4765bc65c17517dbaa8d609c428b Mon Sep 17 00:00:00 2001 From: ms-afk <58094448+ms-afk@users.noreply.github.com> Date: Fri, 27 Jan 2023 01:24:31 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b34e3fa..e07ddcf 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # file_extension_replacer A simple python command line tool to remove or replace a file extension with another one. -The changes will be applied to every file in the selected directory and subdirectories by default. +The changes will be applied to every file in the selected directory and subdirectories too by default. ## Usage ``` file_extension_replacer root oExt nExt