Skip to content

Commit

Permalink
docs: added acknowledgements (#7)
Browse files Browse the repository at this point in the history
* docs: imp readme

* docs: added acks
  • Loading branch information
srdtrk authored Feb 14, 2024
1 parent 8135afe commit f537323
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

0 comments on commit f537323

Please sign in to comment.