From 6a8382c79edfbab5c238a9eeb451e4a2416e8a40 Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Wed, 26 Jun 2024 14:46:22 +0000 Subject: [PATCH] add md-table-of-contents source --- docs/scripts/create_readme.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/scripts/create_readme.sh b/docs/scripts/create_readme.sh index 7704b5f..8bb49bd 100644 --- a/docs/scripts/create_readme.sh +++ b/docs/scripts/create_readme.sh @@ -7,7 +7,7 @@ README_FILE="./README.md" header=$(cat "./docs/src/header.md") -table_of_content=$(md-table-of-contents ./docs/src/README_template.md) +table_of_content=$(md-table-of-contents ./docs/src/README_template.md) # https://github.com/anotherhadi/md-table-of-contents version=$(git describe --tags --abbrev=0) readme_content=$(cat "./docs/src/README_template.md")