From 72294e61e4d6629ed873470c96e7bc7071b02661 Mon Sep 17 00:00:00 2001 From: MFedatto Date: Fri, 12 Jan 2024 09:48:38 -0300 Subject: [PATCH] docs(transient): use array instead of object for sample --- website/docs/configuration/transient.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docs/configuration/transient.mdx b/website/docs/configuration/transient.mdx index 74b8e7b0..dfc0fbef 100644 --- a/website/docs/configuration/transient.mdx +++ b/website/docs/configuration/transient.mdx @@ -31,9 +31,9 @@ You need to extend or create a custom theme with your transient prompt. For exam ```json { "$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json", - "blocks": { + "blocks": [ ... - }, + ], "transient_prompt": { "background": "transparent", "foreground": "#ffffff",