From a046c441e51aaabce7d64d8b86bfa6fd6b3ab6b4 Mon Sep 17 00:00:00 2001 From: kingchenc Date: Mon, 1 Jun 2026 00:07:36 +0200 Subject: [PATCH] docs(readme): show the Wickra banner; drop the redundant heading (#98) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Embed the brand banner at the top of the README (linked to wickra.org) and drop the now-redundant "# Wickra" heading — the banner shows the wordmark. The image is served from https://wickra.org/og-banner.webp, which the webpage build regenerates on every deploy from the current indicator count (4K WebP), so the README banner stays current with no committed binary in this repo and renders on GitHub, crates.io and docs.rs alike. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fac20f7c..040b1000 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ -# Wickra +

+ Wickra — streaming-first technical indicators +

[![CI](https://github.com/wickra-lib/wickra/actions/workflows/ci.yml/badge.svg)](https://github.com/wickra-lib/wickra/actions/workflows/ci.yml) [![CodeQL](https://github.com/wickra-lib/wickra/actions/workflows/codeql.yml/badge.svg)](https://github.com/wickra-lib/wickra/actions/workflows/codeql.yml)