diff --git a/README.md b/README.md index 725341a..3e7d071 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,11 @@ GoPay is a cryptocurrency payment processor made in Go ## This project is a work in progress +## Generate Swagger documentation +``` +swag i -g v1.go -dir internal/router/api/v1 --instanceName v1 +``` + ## Credits Thanks to [MoneroPay](https://github.com/moneropay/moneropay/) for the inspiration