Update 'README.md'
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Beatrice 2022-06-01 00:54:14 +02:00
parent 1fc949be19
commit f238753ffa
1 changed files with 1 additions and 1 deletions

View File

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