From ac0e6b17de4d9fb40f924721b9be2551b6a3a5b1 Mon Sep 17 00:00:00 2001 From: bashbunni <15822994+bashbunni@users.noreply.github.com> Date: Mon, 4 Mar 2024 08:18:22 -0800 Subject: [PATCH] docs: direct users to library API (#73) * docs: direct users to library API * Update examples/README.md --------- Co-authored-by: Maas Lalani --- 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..b9c8c24 --- /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/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.