diff --git a/README.md b/README.md index bad07bc..6231976 100644 --- a/README.md +++ b/README.md @@ -360,7 +360,7 @@ jobs: steps: - uses: actions/checkout@v2 - run: | - curl https://raw.githubusercontent.com/ekalinin/github-markdown-toc/0.8.0/gh-md-toc -o gh-md-toc + curl https://raw.githubusercontent.com/ekalinin/github-markdown-toc/master/gh-md-toc -o gh-md-toc chmod a+x gh-md-toc ./gh-md-toc --insert --no-backup --hide-footer foo.md rm gh-md-toc