Skip to content

Commit

Permalink
Improving readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
d-krupke committed Jul 22, 2024
1 parent 4fcc7da commit f916e2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*A book-style version of this primer available at [https://d-krupke.github.io/cpsat-primer/](https://d-krupke.github.io/cpsat-primer/).*
*A book-style version of this primer is available at [https://d-krupke.github.io/cpsat-primer/](https://d-krupke.github.io/cpsat-primer/).*

<!-- This file was generated by the `build.py` script. Do not edit it manually. -->
<!-- 00_intro.md -->
Expand Down
2 changes: 1 addition & 1 deletion build.py
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ def convert_for_readme(content: str) -> str:
# concat them and write them to `README.md`
with open("README.md", "w") as f:
f.write(
"*A book-style version of this primer available at [https://d-krupke.github.io/cpsat-primer/](https://d-krupke.github.io/cpsat-primer/).*\n\n"
"*A book-style version of this primer is available at [https://d-krupke.github.io/cpsat-primer/](https://d-krupke.github.io/cpsat-primer/).*\n\n"
)
disclaimer = "<!-- This file was generated by the `build.py` script. Do not edit it manually. -->\n"
for file in markdown_files:
Expand Down

0 comments on commit f916e2f

Please sign in to comment.