Skip to content

Commit

Permalink
github-markdown-toc 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davetang committed Mar 25, 2024
1 parent 7ca6ee6 commit e8fe80c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/tools_for_readme.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ fi

if [[ ! -e ${install_path}/bin/gh-md-toc ]]; then
cd ${install_path}
toc_ver=0.8.0
toc_ver=0.10.0
url=https://github.com/ekalinin/github-markdown-toc/archive/refs/tags/${toc_ver}.tar.gz
wget --quiet -O github-markdown-toc-${toc_ver}.tar.gz ${url}
tar xzf github-markdown-toc-${toc_ver}.tar.gz
Expand Down

0 comments on commit e8fe80c

Please sign in to comment.