Commit 13745223 authored by Mark Canterbury's avatar Mark Canterbury
Browse files

Apply 1 suggestion(s) to 1 file(s)

parent f16b6fec
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -57,7 +57,7 @@ for tag in tags:
        out_str += f"* {cr.title} ([MR {cr.iid}]({cr.web_url}))\n"
    out_str += "\n  \nFor all changes, including non-Forge changes, see the change history in the published specification  \n"

out_file = Path(f"{spec.replace(" ","")}/readme.md")
out_file = Path(f"{spec.replace(" ","")}/README.md")
out_file.write_text(out_str, "utf8")