diff --git a/docs/docs/configuration/debug-prompt.md b/docs/docs/configuration/debug-prompt.md index fd34f822..c3550856 100644 --- a/docs/docs/configuration/debug-prompt.md +++ b/docs/docs/configuration/debug-prompt.md @@ -21,9 +21,9 @@ You need to extend or create a custom theme with your debug prompt override. For ```json { "$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json", - "blocks": { + "blocks": [ ... - }, + ], "debug_prompt": { "background": "transparent", "foreground": "#ffffff", diff --git a/docs/docs/configuration/secondary-prompt.md b/docs/docs/configuration/secondary-prompt.md index fb746690..41de96a5 100644 --- a/docs/docs/configuration/secondary-prompt.md +++ b/docs/docs/configuration/secondary-prompt.md @@ -20,9 +20,9 @@ You need to extend or create a custom theme with your secondary prompt override. ```json { "$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json", - "blocks": { + "blocks": [ ... - }, + ], "secondary_prompt": { "background": "transparent", "foreground": "#ffffff",