From 90f8ef5f7df0569d61e9eede27e01c6dffe6974e Mon Sep 17 00:00:00 2001 From: cyclic Date: Tue, 13 Jan 2026 17:13:51 +0000 Subject: [PATCH] more professional --- src/init.luau | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/src/init.luau b/src/init.luau index 27b5fb3..cc9b793 100644 --- a/src/init.luau +++ b/src/init.luau @@ -86,10 +86,10 @@ return h.html({ lang = "en" })({ "lsf bench (luau.software bench)", }), h.p()({ - "a benchmark for testing local LLMs capability with Luau programming - written in Luau", + "A benchmark for testing local LLMs capability with Luau programming - written in Luau.", }), h.p()({ - "ollama was used for inference, all model names are the exact model names you'd ollama run", + "Ollama was used for inference, all model names are the exact model names you'd ollama run", }), }), h.main()({ @@ -105,12 +105,12 @@ return h.html({ lang = "en" })({ h.hr()({}), }), h.header()({ - h.h1()({ "info for this benchmark:" }), + h.h1()({ "Info for this benchmark:" }), }), h.div({ style = "display: flex; flex-direction: row; flex-wrap: wrap; column-gap: 10px;" })({ h.article()({ h.header()({ - "my email (contact for questions about the benchmark)", + "mM email (contact for questions about the benchmark)", }), h.p()({ "cyclic@luau.software", @@ -118,16 +118,12 @@ return h.html({ lang = "en" })({ }), h.article()({ h.header()({ - "the git repo for the source and partial technical details", + "The git repo for the source and partial technical details", }), h.a({ href = "https://git.luau.software/cyclic/lsfbench" })({ "lsfbench", }), }), - h.img({ - src = "https://git.luau.software/luau.software/luau.software/raw/branch/main/public/luauchan.png", - style = "position: fixed; bottom: 0px; right: 0px; width: 300px; height: auto; z-index: 9999;", - })({}) }), }), }),