# Task: Add missing section to README Table of Contents

## What's wrong

A new section called **Static Board Export** was added to `README.md` but the Table of Contents was not updated.

## What to do

Add a TOC entry for the Static Board Export section in the same Markdown link style as the existing entries. Use anchor `#static-board-export`.

## Constraints

- **Do not** rewrite the rest of the README
- **Do not** modify `package.json`
- Make a minimal one-file change

## Done when

- The TOC contains: `- [Static Board Export](#static-board-export)`
- The body section `## Static Board Export` is still present
- No other files changed
