Skip to content

Commit fef61d3

Browse files
committed
docs: Refine README header and badge layout
- Simplify main title to focus on core project name - Remove MIT License and Live Demo badges for cleaner layout - Add spacing with <br /> tag for better visual separation - Keep core technology badges (Rust, WebAssembly, WebGPU) and CI status - Maintain professional appearance while reducing visual clutter
1 parent 8945da9 commit fef61d3

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
# Geno-1: Generative Music Visualizer (Rust + WebGPU + WebAudio)
1+
# Geno-1: Generative Music Visualizer
22

33
![Rust](https://img.shields.io/badge/rust-%23000000.svg?style=for-the-badge&logo=rust&logoColor=white)
44
![WebAssembly](https://img.shields.io/badge/WebAssembly-654FF0?style=for-the-badge&logo=webassembly&logoColor=white)
55
![WebGPU](https://img.shields.io/badge/WebGPU-005A9C?style=for-the-badge&logo=gpu&logoColor=white)
6-
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg?style=for-the-badge)](https://opensource.org/licenses/MIT)
7-
[![Live Demo](https://img.shields.io/badge/Live%20Demo-geno--1.tre.systems-brightgreen?style=for-the-badge)](https://geno-1.tre.systems/)
6+
<br />
87
[![CI](https://github.com/rgilks/geno-1/actions/workflows/ci.yml/badge.svg)](https://github.com/rgilks/geno-1/actions/workflows/ci.yml)
98

109
<div align="center">

0 commit comments

Comments
 (0)