From 4a7a5c9c6a1ebc51f0ef842e29915589d3c2499b Mon Sep 17 00:00:00 2001 From: bashbunni Date: Tue, 5 Sep 2023 15:52:11 -0700 Subject: [PATCH] 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.