diff --git a/README.md b/README.md index 40eef71..bbcbf6c 100644 --- a/README.md +++ b/README.md @@ -297,5 +297,6 @@ - [Developer's Notes - Resonators of First Encounter](https://wutheringwaves.kurogames.com/en/main/news/detail/162) [[json]](articles/162.json) ## Articles Directory + The articles are saved in the `articles` directory. You can view them [here](articles). diff --git a/scrape.py b/scrape.py index 84d2442..72d53ca 100644 --- a/scrape.py +++ b/scrape.py @@ -223,7 +223,7 @@ def add_articles_to_readme(articles: dict[Any, Any] | None = None) -> None: ) # Add articles directory section - new_lines.append("\n## Articles Directory\n") + new_lines.append("\n## Articles Directory\n\n") new_lines.append("The articles are saved in the `articles` directory.\n") new_lines.append("You can view them [here](articles).\n")