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... ```