Skip to content

Commit d233a16

Browse files
authored
Add missing link
1 parent 700c2b7 commit d233a16

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ Bootstrap a new LaTeX project in in five minutes or less.
2323
[EditorConfig]: https://editorconfig.org/
2424
[GitHub Actions]: https://github.com/features/actions
2525
[GitHub Codespaces]: https://github.com/features/codespaces
26+
[Keep a CHANGELOG]: https://keepachangelog.com/
2627
[LaTeX]: https://www.latex-project.org/
2728
[Latexmk]: https://www.ctan.org/pkg/latexmk/
2829
[LaTeX Workshop]: https://marketplace.visualstudio.com/items?itemName=James-Yu.latex-workshop

makenew.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ makenew () {
5757
read -p '> GitHub repository name (my-repo): ' mk_repo
5858
read -p '> Primary tex file name (my-project): ' mk_name
5959

60-
sed_delete README.md '9,91d'
60+
sed_delete README.md '9,92d'
6161
sed_insert README.md '9i' 'TODO'
6262

6363
sed_delete bower.json '23d'

0 commit comments

Comments
 (0)