Skip to content

Commit d8319da

Browse files
authored
Update README.md
1 parent 41318c5 commit d8319da

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This directory contains utility scripts for maintaining the group documentation.
88

99
This script adds TOC markers to markdown files that have a "## Table of Contents" heading.
1010

11-
#### Usage
11+
#### Use
1212

1313
```bash
1414
./scripts/add-toc-markers.sh <file.md> [file2.md ...]
@@ -28,4 +28,4 @@ The script will:
2828
2. Add `<!-- toc -->` and `<!-- tocstop -->` markers around the TOC
2929
3. Skip files that already have TOC markers
3030

31-
These markers are used by the GitHub Action workflow to automatically update the table of contents.
31+
These markers are used by the GitHub Action workflow to automatically update the table of contents.

0 commit comments

Comments
 (0)