From bf10571a9e21850cace26e01f1c4c4dcd31bb7e3 Mon Sep 17 00:00:00 2001 From: Charlie Roth Date: Sat, 18 Jun 2022 14:31:36 +0200 Subject: [PATCH] docs: fix paginator example link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4b119ce2..a6d2768b 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ Supports "dot-style" pagination (similar to what you might see on iOS) and numeric page numbering, but you could also just use this component for the logic and visualize pagination however you like. -* [Example code](https://github.com/charmbracelet/bubbletea/blob/master/examples/pager/main.go) +* [Example code](https://github.com/charmbracelet/bubbletea/blob/master/examples/paginator/main.go) ## Viewport