From a7eebaa9b3ff59fd1eab6d85ece5117b1404562e Mon Sep 17 00:00:00 2001 From: Johann Schopplich Date: Thu, 13 Nov 2025 14:54:25 +0100 Subject: [PATCH] docs: fix YAML example formatting in README --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 16fe178..7ffa35c 100644 --- a/README.md +++ b/README.md @@ -50,15 +50,15 @@ YAML conveys the same infromation with **fewer tokens**: ```yaml users: -- id: 1 - name: Alice - role: admin -- id: 2 - name: Bob - role: user + - id: 1 + name: Alice + role: admin + - id: 2 + name: Bob + role: user ``` -TOON conveys the same information with even **fewer tokens**: +TOON conveys the same information with **even fewer tokens**: ``` users[2]{id,name,role}: