Meta tweaks

Signed-off-by: Richie Bendall <richiebendall@gmail.com>
This commit is contained in:
Richie Bendall 2020-11-20 16:28:57 +13:00
parent f98ff51a86
commit 9febf36a84
No known key found for this signature in database
GPG Key ID: 1C6A99DFA9D306FC
4 changed files with 2 additions and 2 deletions

View File

View File

@ -28,7 +28,7 @@ result = f"""<!--Languages start-->
{languagesText}<!--Languages end-->"""
readmeContents = open('README.md', 'r', encoding="utf-8").read()
readmeContents = open('readme.md', 'r', encoding="utf-8").read()
open('README.md', 'w', encoding="utf-8").write(regexReplace(
open('readme.md', 'w', encoding="utf-8").write(regexReplace(
readmeContents, r"<!--Languages start-->(.|\n)*<!--Languages end-->", result))