From 8ad268837a63476979405479ce345bca2aaaf986 Mon Sep 17 00:00:00 2001 From: Christian Rocha Date: Tue, 7 Sep 2021 13:13:53 -0400 Subject: [PATCH] Add image and example link for Help bubble --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 5fd97db..bfb35ad 100644 --- a/README.md +++ b/README.md @@ -97,11 +97,14 @@ Extrapolated from [Glow][glow]. ## Help +Help Example + A customizable horizontal mini help view that automatically generates itself from your keybindings. It features single and multi-line modes, which the user can optionally toggle between. It will truncate gracefully if the terminal is too wide for the content. +* [Example code](https://github.com/charmbracelet/bubbletea/blob/master/examples/help/main.go) ## Key