Skip to content

Commit d2b6606

Browse files
committed
docs(website): update homepage template and README
- Refresh homepage template at keyless-website/templates/index.html - Update README text to match current site and workflows Follows CONTRIBUTING.md: conventional commits, docs-only change.
1 parent 43a1313 commit d2b6606

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Powered by OpenAI's Whisper.
1313
[![Docs](https://img.shields.io/github/actions/workflow/status/hate/keyless/docs.yml?branch=main&label=docs)](https://github.com/hate/keyless/actions/workflows/docs.yml)
1414
[![Release](https://img.shields.io/github/v/release/hate/keyless)](https://github.com/hate/keyless/releases)
1515
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
16-
[![Rust](https://img.shields.io/badge/rust-1.75+-orange.svg)](https://www.rust-lang.org/)
16+
[![Rust](https://img.shields.io/badge/rust-stable-orange.svg)](https://www.rust-lang.org/)
1717

1818
[Website](https://keyless.sh)[Features](#-features)[Quick Start](#-quick-start)[How It Works](#-how-it-works)[Tech Stack](#-tech-stack)[Contributing](CONTRIBUTING.md)
1919

keyless-website/templates/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ <h1 class="text-3xl md:text-5xl font-extrabold"><span class="gradient-text">keyl
2525
<p class="text-sm text-theme-text-secondary mt-1">Local-only voice transcription built in Rust. Hold a hotkey, speak, release - your words appear as text.</p>
2626
</div>
2727
<div class="flex flex-wrap gap-2 text-xs mt-4">
28-
<span class="px-3 py-1 bg-theme-bg-medium border border-theme-border rounded text-theme-amber">[rust 1.75+]</span>
28+
<span class="px-3 py-1 bg-theme-bg-medium border border-theme-border rounded text-theme-amber">[rust]</span>
2929
<span class="px-3 py-1 bg-theme-bg-medium border border-theme-border rounded text-theme-accent-bright">[MIT license]</span>
3030
<span class="px-3 py-1 bg-theme-bg-medium border border-theme-border rounded text-theme-purple">[100% local]</span>
3131
<span class="px-3 py-1 bg-theme-bg-medium border border-theme-border rounded text-theme-error">[99 languages]</span>

0 commit comments

Comments
 (0)