From f238753ffa847deecca752d566fbe6d075d63434 Mon Sep 17 00:00:00 2001 From: Beatrice Date: Wed, 1 Jun 2022 00:54:14 +0200 Subject: [PATCH] Update 'README.md' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 23ecc72..a1a724c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Info -This simple and inefficient program was made to rename files in a folder that were numbered incorrectly. The files had the correct number in their name, but since most OSes use alphabetical order, it was not like this: +This simple and inefficient tool was made to rename files in a folder that were numbered incorrectly. The files had the correct number in their name, but since most OSes use alphabetical order, it was not like this: ```text 1, 2, 3, 4, 5, 6, 7, 8, 9, 10... ```