## Typos Detected The nightly typo checker found **1** typos. ``` ./README.md:5: `assests` -> `assets` ``` ### Fix ```bash cargo install typos-cli # or: brew install typos-cli typos --write-changes . ``` Add false positives to `_typos.toml`. --- *Nightly scan from [llm-d-infra](https://github.com/llm-d/llm-d-infra/actions/runs/22956874803)*