From f537323c6e39810c6cd6f2cb504a60086a5f0c36 Mon Sep 17 00:00:00 2001 From: srdtrk <59252793+srdtrk@users.noreply.github.com> Date: Wed, 14 Feb 2024 17:34:11 -0500 Subject: [PATCH] docs: added acknowledgements (#7) * docs: imp readme * docs: added acks --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index f34bd9e..be28143 100644 --- a/README.md +++ b/README.md @@ -25,3 +25,9 @@ go-codegen generate /path/to/contract-api.json --output /path/to/output --packag This will generate the Go code in the specified optional output directory, if not specified, it will generate the code in `output.go` in the current directory. Package name is also optional, if not specified, it will use the name of the contract. +<<<<<<< HEAD + +## Acknowledgements + +The Go Gopher mascot was created by [Renee French](https://reneefrench.blogspot.com/) and is licensed under the [Creative Commons 4.0 Attribution License](https://creativecommons.org/licenses/by/4.0/). +I've modified the original image to include the logo of [`ts-codegen`](https://github.com/CosmWasm/ts-codegen).