docs: wrong command in structured_outputs README (#26677)

Signed-off-by: yihong0618 <zouzou0208@gmail.com>
This commit is contained in:
yihong 2025-10-13 11:59:01 +08:00 committed by GitHub
parent 46ad73955a
commit 3cd36660f7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,7 +21,7 @@ If you want to run this script standalone with `uv`, you can use the following:
```bash
uvx --from git+https://github.com/vllm-project/vllm#subdirectory=examples/online_serving/structured_outputs \
structured-output
structured-outputs
```
See [feature docs](https://docs.vllm.ai/en/latest/features/structured_outputs.html) for more information.