From b0605d31b2ce814e8cbc168be01df08bafc4f29d Mon Sep 17 00:00:00 2001 From: Christian Rocha Date: Thu, 12 Oct 2023 07:30:51 -0400 Subject: [PATCH] docs: also link to table examples in the README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f3aa745a..40777a4f 100644 --- a/README.md +++ b/README.md @@ -461,7 +461,7 @@ fmt.Println(t) ![Table Example](https://github.com/charmbracelet/lipgloss/assets/42545625/6e4b70c4-f494-45da-a467-bdd27df30d5d) -For more on tables see [the docs](https://pkg.go.dev/github.com/charmbracelet/lipgloss?tab=doc). +For more on tables see [the docs](https://pkg.go.dev/github.com/charmbracelet/lipgloss?tab=doc) and [examples](https://github.com/charmbracelet/lipgloss/tree/master/examples/table). ***