From a464496d9f2725947cf8be5651d5ba9e19fbdffd Mon Sep 17 00:00:00 2001 From: J / Jacob Babich Date: Mon, 28 Oct 2024 03:01:33 -0400 Subject: [PATCH] docs: write a basic `README.md` --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..d92ba16 --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# `google-generative-language` + +Don't use this if you're not me - there's nothing here yet and it probably won't be too great. + +## License + +All contents of this repository are licensed under either the + +- [MIT license](LICENSE-MIT), or +- [Apache 2.0 license](LICENSE-APACHE), or +- [Unlicense](LICENSE-UNLICENSE) + +at your option.