docs: fix config check order in sample config

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I213f87a6e4227a3813013a4f61f411566a6a6964
This commit is contained in:
raf 2026-05-01 13:03:17 +03:00
commit 9c813b2fa0
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF

View file

@ -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: