Skip to content

Commit 7609454

Browse files
authored
Merge pull request #31 from sbryngelson/master
2 parents 41318c5 + d8319da commit 7609454

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)