We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 41318c5 + d8319da commit 7609454Copy full SHA for 7609454
scripts/README.md
@@ -8,7 +8,7 @@ This directory contains utility scripts for maintaining the group documentation.
8
9
This script adds TOC markers to markdown files that have a "## Table of Contents" heading.
10
11
-#### Usage
+#### Use
12
13
```bash
14
./scripts/add-toc-markers.sh <file.md> [file2.md ...]
@@ -28,4 +28,4 @@ The script will:
28
2. Add `<!-- toc -->` and `<!-- tocstop -->` markers around the TOC
29
3. Skip files that already have TOC markers
30
31
-These markers are used by the GitHub Action workflow to automatically update the table of contents.
+These markers are used by the GitHub Action workflow to automatically update the table of contents.
0 commit comments