update the readme.me into README.md

This commit is contained in:
Vipinraj01
2025-09-04 11:27:42 +05:30
parent bbaf24c56f
commit 5a705114f0

View File

@ -0,0 +1,7 @@
<!-- @format -->
Git is case-sensitive → it sees readme.md and README.md as different files.
Windows/macOS are case-insensitive → they treat both names as the same file.
So when you rename only the case, the OS says "nothing changed," and Git doesnt record it.