Skip to content

Commit 3232c12

Browse files
committed
docs(ag-ui): correct module name in docs
Correct example modules name in the documentation.
1 parent 40bf7c1 commit 3232c12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ag-ui.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ pip/uv-add pydantic-ai-examples
238238
Direct, which supports command line flags:
239239

240240
```shell
241-
python -m pydantic_ai.ag_ui_examples.dojo_server --help
241+
python -m pydantic_ai_ag_ui_examples.dojo_server --help
242242
usage: dojo_server.py [-h] [--port PORT] [--reload] [--no-reload] [--log-level {critical,error,warning,info,debug,trace}]
243243

244244
PydanticAI AG-UI Dojo server

0 commit comments

Comments
 (0)