Skip to content

Commit

Permalink
docs: fix paginator example link (#177)
Browse files Browse the repository at this point in the history
  • Loading branch information
charlieroth committed Jun 21, 2022
1 parent 4d0a0ea commit 42f85b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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
Expand Down

0 comments on commit 42f85b4

Please sign in to comment.