diff --git a/docs/usage/index.md b/docs/usage/index.md index 8c00043..dd051aa 100644 --- a/docs/usage/index.md +++ b/docs/usage/index.md @@ -256,8 +256,8 @@ Changing the title for only one tab is not supported. You can wrap the result in a code block by specifying a code block language: ````md exec="1" source="tabbed-left" tabs="Markdown|Rendered" -```console exec="1" result="json" -$ pdm info --env +```console exec="1" result="ini" +$ cat .git/config ``` ````