From 9c813b2fa097ee33674887b38a85c10bbf980615 Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Fri, 1 May 2026 13:03:17 +0300 Subject: [PATCH] docs: fix config check order in sample config Signed-off-by: NotAShelf Change-Id: I213f87a6e4227a3813013a4f61f411566a6a6964 --- chroma.toml.sample | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chroma.toml.sample b/chroma.toml.sample index 9151d0e..fa0fb90 100644 --- a/chroma.toml.sample +++ b/chroma.toml.sample @@ -2,8 +2,8 @@ # For more information about TOML format, see https://toml.io # # Configuration file locations (checked in order): -# 1. ~/.config/chroma/chroma.toml -# 2. $XDG_CONFIG_HOME/chroma/chroma.toml +# 1. $XDG_CONFIG_HOME/chroma/chroma.toml +# 2. ~/.config/chroma/chroma.toml # 3. ./chroma.toml (current directory) # # To get started: