From 381bd7407044dd3503ba7c366c089e251c1b9c15 Mon Sep 17 00:00:00 2001 From: yihong0618 Date: Mon, 13 Oct 2025 11:50:33 +0800 Subject: [PATCH] fix: wrong command in structured_outputs README 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 d2777a43d478..7f539716ecf8 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.