Skip to content

Commit b158515

Browse files
committed
Fix some typos in the README and sponsor comments.
1 parent 06603c6 commit b158515

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,8 +189,7 @@ Sponsor and donor entries live in [`data/sponsors.yml`](data/sponsors.yml), whic
189189
├── requirements-dev.in # Dev-only dependency pins (e.g. Pillow)
190190
├── requirements-dev.txt # Compiled dev dependencies
191191
├── scripts/
192-
│ |── find_tags_categories.py # List all existing tags and categories
193-
│ |── find_tags_categories.py # List all existing tags and categories
192+
│ ├── find_tags_categories.py # List all existing tags and categories
194193
│ └── optimize_image.py # Optimize images for the web (PNG/JPEG → WebP)
195194
├── data/
196195
│ └── sponsors.yml # Sponsor & donor data (consumed by macros plugin)

data/sponsors.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77
# Sponsor fields:
88
# name (required) Display name.
9-
# image (optional) Filename in docs/sponsors/.
9+
# image (optional) Filename in docs/assets/sponsors/.
1010
# tier (optional) Short label shown on the card (e.g. "Primary Sponsor").
1111
# description (optional) Short thank-you or description line.
1212
# links (optional) List of { label, url } pairs shown on the card back.

0 commit comments

Comments
 (0)