From 6a799f4d58cc0eaeab0874f4ce9c98b5a922bd01 Mon Sep 17 00:00:00 2001 From: Christian Rocha Date: Tue, 24 Feb 2026 08:24:36 -0500 Subject: [PATCH] docs(readme): update header image, minor corrections --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 87109d2..e6eca45 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@ # Bubbles - + [![Latest Release](https://img.shields.io/github/release/charmbracelet/bubbles.svg)](https://github.com/charmbracelet/bubbles/releases) [![GoDoc](https://godoc.org/github.com/golang/gddo?status.svg)](https://pkg.go.dev/github.com/charmbracelet/bubbles) [![Build Status](https://github.com/charmbracelet/bubbles/workflows/build/badge.svg)](https://github.com/charmbracelet/bubbles/actions) [![Go ReportCard](https://goreportcard.com/badge/charmbracelet/bubbles)](https://goreportcard.com/report/charmbracelet/bubbles) -Some components for [Bubble Tea](https://github.com/charmbracelet/bubbletea) +Primatives for [Bubble Tea](https://github.com/charmbracelet/bubbletea) applications. These components are used in production in [Crush][crush], and [many other applications][otherstuff]. > [!TIP] @@ -194,7 +194,7 @@ func (m Model) Update(msg tea.Msg) (tea.Model, tea.Cmd) { To check out community-maintained Bubbles see [Charm & Friends][charmandfriends]. Made a cool Bubble that you want to share? [PRs][prs] are welcome! -[charmandfriends]: +[charmandfriends]: https://github.com/charm-and-friends/additional-bubbles [prs]: https://github.com/charm-and-friends/additional-bubbles?tab=readme-ov-file#what-is-a-complete-project ## Contributing