Skip to content

Commit ba8e8fa

Browse files
committed
docs: update headline text
1 parent 131b916 commit ba8e8fa

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

packages/docs/pages/index.vue

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,14 @@
3636
</div>
3737

3838
<p
39-
class="text-xl md:text-2xl mb-8 text-black leading-relaxed fade-in-delayed"
39+
class="text-xl text-balance md:text-2xl mb-8 text-black leading-loose fade-in-delayed"
4040
>
4141
Stream and process
42-
<span class="accent-text">JSON responses</span> from
43-
<span class="accent-text">AI tool calls</span> as they arrive—<br
44-
class="hidden md:block"
45-
/>
46-
intelligently tracking state to produce JSON
47-
<span class="accent-text">before it's complete</span>
42+
<span class="accent-text inline-block">JSON responses</span> from
43+
<span class="accent-text inline-block">AI tool calls</span> as they
44+
arrive—<br class="hidden md:block" />
45+
intelligently tracking state to produce valid JSON
46+
<span class="accent-text inline-block">before it's complete</span>
4847
</p>
4948

5049
<div
@@ -285,8 +284,8 @@ for await (const data of jsonReader(reader)) {
285284
Lightweight & Fast
286285
</h3>
287286
<p class="text-black">
288-
Super lightweight (1.6Kb min-gzip) and minimal overhead, ensuring maximum
289-
performance even with large streaming datasets.
287+
Super lightweight (1.6Kb min-gzip) and minimal overhead, ensuring
288+
maximum performance even with large streaming datasets.
290289
</p>
291290
</div>
292291
</div>

0 commit comments

Comments
 (0)