diff --git a/app/tasks/UpdateGithubReadme.ts b/app/tasks/UpdateGithubReadme.ts index e8b49a9..1dd4a85 100644 --- a/app/tasks/UpdateGithubReadme.ts +++ b/app/tasks/UpdateGithubReadme.ts @@ -51,7 +51,7 @@ export async function UpdateGitHubReadme(): Promise { if (!change) return let new_content = content.replace(old_stats_table, stats_table + '\n\n'); - new_content = new_content.replace(old_infos_table, infos_table + '\n') + new_content = new_content.replace(old_infos_table, infos_table + '\n\n') await axios.put('https://api.github.com/repos/ArthurDanjou/ArthurDanjou/contents/README.md', {