Skip to content

Commit 56ca510

Browse files
docs: overhaul TOON example
1 parent bfdfbd8 commit 56ca510

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,8 @@ AI is becoming cheaper and more accessible, but larger context windows allow for
7676
}
7777
```
7878

79-
YAML conveys the same information with **fewer tokens**:
79+
<details>
80+
<summary>YAML conveys the same information with <strong>fewer tokens</strong></summary>
8081

8182
```yaml
8283
context:
@@ -110,6 +111,8 @@ hikes:
110111
wasSunny: true
111112
```
112113
114+
</details>
115+
113116
TOON conveys the same information with **even fewer tokens**, while keeping the hikes in a clear tabular layout:
114117
115118
```toon

0 commit comments

Comments
 (0)