diff --git a/.github/ReadmeGenerator.swift b/.github/ReadmeGenerator.swift index 57dcec2..5323dd0 100644 --- a/.github/ReadmeGenerator.swift +++ b/.github/ReadmeGenerator.swift @@ -286,9 +286,9 @@ extension JSONApplication { } enum FilePaths: String { - case readme = "./../README.md" - case applications = "./../applications.json" - case categories = "./../categories.json" + case readme = "./README.md" + case applications = "./applications.json" + case categories = "./categories.json" } struct Constants {