From 4a7a5c9c6a1ebc51f0ef842e29915589d3c2499b Mon Sep 17 00:00:00 2001 From: bashbunni Date: Tue, 5 Sep 2023 15:52:11 -0700 Subject: [PATCH 1/2] docs: direct users to library API --- examples/README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 examples/README.md diff --git a/examples/README.md b/examples/README.md new file mode 100644 index 0000000..420d5c0 --- /dev/null +++ b/examples/README.md @@ -0,0 +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 +view our library's API. From there, you can search the repo for more detailed +usage examples for whichever functions match your use case. From b01710e96197a366f54f53a3c3a89f0acaf2d432 Mon Sep 17 00:00:00 2001 From: Maas Lalani Date: Mon, 4 Mar 2024 11:18:13 -0500 Subject: [PATCH 2/2] 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.