From b01710e96197a366f54f53a3c3a89f0acaf2d432 Mon Sep 17 00:00:00 2001 From: Maas Lalani Date: Mon, 4 Mar 2024 11:18:13 -0500 Subject: [PATCH] Update examples/README.md --- examples/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/README.md b/examples/README.md index 420d5c0..b9c8c24 100644 --- a/examples/README.md +++ b/examples/README.md @@ -1,6 +1,6 @@ # Examples For those of you who are new to Go, check out -[pkg.go.dev](https://https://pkg.go.dev/github.com/charmbracelet/bubbletea) to +[pkg.go.dev](https://https://pkg.go.dev/github.com/charmbracelet/log) to view our library's API. From there, you can search the repo for more detailed usage examples for whichever functions match your use case.