From 90627c6d54d86330d1c7f2fdcd3cd2ac068300e3 Mon Sep 17 00:00:00 2001 From: Triex Date: Thu, 5 Jun 2025 04:11:55 +1000 Subject: [PATCH] docs: Tidy spacing/line breaks --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 425001d..1dc8b6f 100644 --- a/README.md +++ b/README.md @@ -32,8 +32,8 @@ Current LLM inference is dominated by Python/PyTorch, which introduces: ## Why Zig? -**Performance**: Zero-cost abstractions, compile-time optimization, direct hardware access -**Simplicity**: Single static binary, no runtime dependencies, cross-compilation built-in +**Performance**: Zero-cost abstractions, compile-time optimization, direct hardware access
+**Simplicity**: Single static binary, no runtime dependencies, cross-compilation built-in
**Web-First**: Native HTTP server, WebAssembly compilation, efficient memory management ## Proposed Architecture @@ -215,6 +215,5 @@ A: Those are inference runtimes, not development frameworks / LLM frameworks. Th --- -**Status**: 🎯 Seeking feedback & idea expansion - +**Status**: 🎯 Seeking feedback & idea expansion
**Vision**: Foundation for advanced AI reasoning research \ No newline at end of file