From d9716a97f6ee06ec262196297c0e4ba36a702f4c Mon Sep 17 00:00:00 2001 From: Christian Muehlhaeuser Date: Sat, 24 Oct 2020 08:36:29 +0200 Subject: [PATCH] Fix link to example in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0c30434..100636d 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ pasting, in-place scrolling when the value exceeds the width of the element and the common, and many customization options. * [Example code, one field](https://github.com/charmbracelet/tea/tree/master/examples/textinput/main.go) -* [Example code, many fields](https://github.com/charmbracelet/tea/tree/master/examples/textinput/main.go) +* [Example code, many fields](https://github.com/charmbracelet/tea/tree/master/examples/textinputs/main.go) ## Paginator