From 3cd36660f72f75b888c82a8feac93ea9f17c8e1e Mon Sep 17 00:00:00 2001 From: yihong Date: Mon, 13 Oct 2025 11:59:01 +0800 Subject: [PATCH] docs: wrong command in structured_outputs README (#26677) Signed-off-by: yihong0618 --- examples/online_serving/structured_outputs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/online_serving/structured_outputs/README.md b/examples/online_serving/structured_outputs/README.md index d2777a43d4782..7f539716ecf8f 100644 --- a/examples/online_serving/structured_outputs/README.md +++ b/examples/online_serving/structured_outputs/README.md @@ -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.