From 13a0b4c3a2dcd0c04589a97f675f6e563f3b4e8f Mon Sep 17 00:00:00 2001 From: Andreu Date: Mon, 29 Jul 2024 22:05:54 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c2dce87..8da2981 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # tapioca Add dynamic [bubbbletea](https://github.com/charmbracelet/bubbletea) -elements to existing Go applications. `tapioca` makes dynamic +elements to existing Go applications. `tapioca` makes [bubbbletea](https://github.com/charmbracelet/bubbletea) models stay at the bottom of the terminal, unaffected by log messages, the same way that [tapioca pearls](https://en.wikipedia.org/wiki/Tapioca_pearl) stay at the bottom of @@ -125,4 +125,4 @@ elements that one would like to add to an existing application. However they are just the tip of the iceberg of what can be done with Bubbletea and you might want a custom element. We also provide a `WrapModel` function that will wrap your custom model to make it behave better with an -existing application (e.g. quitting with `ctrl+C`/`cmd+C`). \ No newline at end of file +existing application (e.g. quitting with `ctrl+C`/`cmd+C`).